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 the format specifier?

0 Answers  


What is vector?

0 Answers  


can we add two numbers without using arthematic operators? if possible how?

5 Answers   CTS,


What is java ceil?

0 Answers  


What are the four integer types supported by java?

0 Answers  






How Marker Interfaces are instruct to complete the desired need ?

2 Answers  


What is an abstract class and abstract method?

5 Answers  


when a servlet sends request for first time it uses the follwing methods a)init b)doget() c)dopost() d)service

4 Answers   Accenture,


Which is better arraylist or vector?

0 Answers  


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


What is assembly condition codes?

0 Answers  


Explain the difference between throw and throws in java?

0 Answers  


Categories