Can we declare a constructor as final?
No Answer is Posted For this Question
Be the First to Post Answer
Why super is first line in java?
what is an object and how do you allocate memory to it?
What is the purpose of a transient variable?
What are the differences between unchecked exception, checked exception, and errors?
What is the concept of multithreading?
Can you call a constructor within a constructor?
What are variable names?
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 an objects lock and which objects have locks? : Java thread
What is the difference between preemptive scheduling and time slicing?
What is Java exception handling?
where to use join method and explain with real time senario?and programatical explenation also..