What is array length in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is e in java?
What are the differences between unchecked exception, checked exception, and errors?
How the elements are organized in GridLayout?
Can we have try without catch block?
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 are anonymous inner classes?
wht is customised exception?
1 Answers Logica CMG, Novell, Prudential,
What is the use of :: in java?
What is java class writing rules?
how to handle a singleton service locator. when multiple threads are trying to get the singleton object in same time
what is the form of storage space in java?
What is meant by null and void?