Answer Posted / mitul
Answer #2 is correct
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What are the different http methods?
Explain java coding standards for classes or java coding conventions for classes?
What is double word?
What is the base class in java from which all classes are derived?
Where are variables stored?
What does ide stand for?
What is Java Annotations?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is main function purpose?
What do you know about the garbage collector in java?
List out benefits of object oriented programming language?
Can we assign the reference to this variable?
Is java se open source?
What is overloading and overriding in java?
I want to print “hello” even before main is executed. How will you acheive that?