What are the drawbacks of singleton class?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of exception handling in java?
What are parameters in a method?
Tell me the Importent classes in net package?
What are the differences between getting and load method?
why Java does not support multiple inheritances?
What is meant by class loader? How many types are there? When will we use them?
What is a list in java?
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....
explain multi-threading in java?
Can java run on google chrome?
What is the difference between static and non-static variables?
Is main is a keyword?