What is exception hierarchy in java?
No Answer is Posted For this Question
Be the First to Post Answer
what are the different non-access specifiers in java?
What is the difference between Trusted and Untrusted Applet ?
What do you mean by byte code?
What is AppletStub?
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 hotjava?
How many types of gc are there in java?
what is inner class in java?
How to call a Stored Procedure from JDBC?
What releases of Java technology are currently available? What do they contain?
When do we need to use internal iteration? When do we need to use external iteration?
What is classes in java?