What is the return type of the main method?


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

Post New Answer

More Core Java Interview Questions

what is synchronization and why is it important? : Java thread

0 Answers  


can we declare private class in java file?

13 Answers  


what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }

3 Answers   TCS,


What is the java reflection api? Why it’s so important to have?

0 Answers  


What is the benefit of inner / nested classes ?

0 Answers  






How many bytes is 255 characters?

0 Answers  


Define jit compiler?

0 Answers  


what is ABSTRACTION and what are using in real time project?

1 Answers   iGate,


Explain the significance of class loaders in bootstrap?

0 Answers  


Can we override the overloaded method?

0 Answers  


Explain the difference between string, stringbuffer and stringbuilder in java?

0 Answers  


Can a static class have a constructor?

0 Answers  


Categories