What is the role of the java.rmi.naming class?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

How many arguments can a method have java?

0 Answers  


suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible

6 Answers   HP, Wipro,


String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?

0 Answers  


What is the difference between JDBC 1.0 and JDBC 2.0?

0 Answers   Corent Technology,


What is Collection interface?

1 Answers   Zensar,






what r advatages of websphere? & how to deploy?

0 Answers   Saksoft,


what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread

0 Answers  


Can we override the main method?

4 Answers  


What is the format of Inner Class after it compiled?

1 Answers  


What is emant by API? is it related to java only or it is common for all OOPS supporting language?

3 Answers  


What is the multi-catch block in java?

0 Answers  


Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?

0 Answers  


Categories