Core Java - Interview Questions and Answers for 'Hello world without ;' | Search Interview Question - javasearch.buggybread.com
Questions
Search
List By Company
List By Topic
Legacy
Tests
Repository
DashBoard
Java
Java 8
Java 7
Java Abbreviations
OCJP / SCJP
Class List
New in Java 8
Java Exceptions
Spring Exceptions
Java Enums
Java 8 Lambda
Java 8 java.time
Big Data
Best Of Java
Discussion
Search
Subscribe
Search Interview Questions
More than 3000 questions in repository.
There are more than 900 unanswered questions.
Click here
and help us by providing the answer.
Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company
Label / Company / Text
Search
Submit Question
Core Java - Interview Questions and Answers for 'Hello world without ;' - 1 question(s) found
- Order By Newest
Q1.
Can you write a "Hello World" program without using any ";" within it?
Core Java
Ans. Yes, That is possible
class A {
public static void main(String args[]){
if(System.out.printf("Hello World")==null){}
}
}
Help us improve. Please let us know the company, where you were asked this question
:
Like
Discuss
Correct / Improve
 Hello World  Hello world without ;
Asked in 2 Companies
 
rare
Correction
Duplicate of Another Question
Company where this question was Asked
Suggestion
Related Questions
Why do we write public static void main ? Can we use some other syntax too for main ?
Which of the following is false about main method ?
a. It should be declared public and static
b. it should have only 1 argument of type String array
c. We can override main method
d. We can overload main method
Can we have multiple main methods in a single class ?
Can we overload main method in Java ?
What will happen if static modifier is removed from the signature of the main method?
How can we execute a Java class independently if it doesn't have a static main method ?
Can we declare a main method as abstract ?
Do all java classes need a main method?
Can we declare the main method as private ?
Why main method is declared static ?
Help us and Others Improve. Please let us know the questions asked in any of your previous interview.
Any input from you will be highly appreciated and It will unlock the application for 10 more requests.
Company Name:
Questions Asked: