Explain working of call by reference function invoking.
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of the File class?
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 difference between String buffer and String builder?
What is the abstract class?
Explain super keyword in java.
What is the life cycle of an Applet ?
class A{ class B{ } } in which name u save the file,its the program compile?
Can you override private or static method in java?
What is comparable and comparator interface? List their differences
What are the parts of methodology?
What is the difference between exception and error in java?
WHAT IS JDK,JVM,CLASS DEFINE ALL?