What does percent mean in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the synonym of string?
What class is used to implement a Throwable array?
If circular link of two objects, then will it be garbage collected ?
What is size of int in java?
Difference between Application and Applet ?
Difference between final and effectively final ?
How many bits is a string?
If two threads have same priority which thread will be executed first ?
What is * argv?
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....
Where is core java used?
What is the purpose of skeleton and stub?