What is the importance of main method in Java?


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

Post New Answer

More Core Java Interview Questions

What is the relationship between a method?s throws clause and the exceptions that can be thrown during the method?s execution?

2 Answers  


What is a consumer in java?

0 Answers  


String is mutable or immutable?

3 Answers  


Why do we use bufferedreader?

0 Answers  


Explain when noclassdeffounderror will be raised ?

0 Answers  


Explain the private field modifier?

0 Answers  


can used Protected Class outside Function.?

0 Answers   HCL,


What is Java Reflection API? Why it’s so important to have?

0 Answers  


when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.

2 Answers  


What is the frontend and backedn in Java?

3 Answers   TCS,


What is constructor and virtual function?

5 Answers  


Explain java heap space and garbage collection?

0 Answers  


Categories