What is the role of the java.rmi.naming class?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages and disadvantages of object cloning?
Do I need java on my pc?
What is the benefit of abstract class?
How do you calculate square roots?
There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.
What is garbage collection in Java, and how can it be used ?
32 Answers Accenture, HCL, Infosys, Sara, SITS, TCS, Wipro,
class a extends b { } class b extends a { } why java doesn't support cyclic pls explain me with example
Can a static method be final?
What is an infinite loop?
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
What does the “static” keyword mean? Can you override private or static method in java?
Define an applet in java?