What is the return type of a program?s main() method?
Answers were Sorted based on User's Feedback
Answer / ashokmail
by default it is void and return null.
if return type is int , it returns 0 or 1 depends on the
program execution .
| Is This Answer Correct ? | 3 Yes | 5 No |
What is the base class for error and exception?
What is garbage collection? Can it be forced to run?
What are the important features of Java 8 release?
In Inheritance if we are implementing Multi level inheritance and all class having same name of variable and now i want to access each class variable and how it is possible?
What is type safety in java?
What are the advantages of encapsulation in java?
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
What is casting?
What are the different types of garbage collectors in java?
What is the importance in context in JDBC connection pools?
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
What is java command?