What is main in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;

17 Answers   Honeywell,


Java violates few objected oriented concepts. Can you explain in what way?

3 Answers   Ness Technologies,


Does Java support multiple Inheritance?

12 Answers  


Are arrays immutable in java?

0 Answers  


What does math floor () do?

0 Answers  


What is thread safe singleton?

0 Answers  


List some important characteristics on jre

0 Answers  


What do you mean by Hash Map and Hash Table?

0 Answers   Atos Origin,


Give me an example of array and linked list? Where they can be used?

0 Answers   Ericsson,


What is a flag value?

0 Answers  


Define how does a try statement determine which catch clause should be used to handle an exception?

0 Answers  


Difference between Preemptive scheduling vs. Time slicing?

0 Answers  


Categories