What is rmi and steps involved in developing an rmi object?


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

Post New Answer

More Core Java Interview Questions

What is the difference between serial and throughput garbage collector?

0 Answers  


what is the constructor and how many types of constructors are used in java?

0 Answers  


What is a top level class in java?

0 Answers  


How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?

2 Answers  


When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?

0 Answers  






How to change value in arraylist java?

0 Answers  


how to open and edit XML file in Weblogic???

0 Answers   Symphony,


wahts is mean by thread?

22 Answers   HCL, TCS,


how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

0 Answers   Google,


What causes memory leaks in java?

0 Answers  


Can an anonymous class be declared as implementing an interface and extending a class?

2 Answers  


What is the difference between a switch statement and an if statement?

0 Answers  


Categories