![]() Related Questions Latest Answer : Class c=Class.forName("Student");Student s=(Student)c.newInstance();Another method:Student s1= s.clone(); ... Read Answers (5) | Asked by : chandu Latest Answer : we can create object in different ways1.new operator2.class.forName3.newInstance4.object.clone ... Read Answers (4) | Asked by : chandu br />1.what is oracle.2.what is major differenece oracle8i and oracle9i.4.tell me some thing ur self.5.please tell me about oops.6.what is single inheritance.7.what is multiple inheritance.8.can java support Latest Answer : 8.can java support multiple inheritance.java support multiple inheritance for interfaces not fro classes25.what is difference between procedure and functions.function returns only one value where as procedure returns more than one value ... Latest Answer : u can thru batch process ... Latest Answer : 1.By implementing Runnable interface 2.By Extends Thread class ... I want to create two instances of a class ,But when trying for creating third instance it should not I want to create two instances of a class ,But when trying for creating third instance it should not allow me to create . what i have to do for making this? Read Answers (4) | Asked by : chandu Latest Answer : An interface is a specification of method prototypes. All the methods of interface are public and abstract. They are public because they should be available to third party vendors and they are abstract because their implementation is left for third party ... Read Answers (11) | Asked by : prakash I need some more information about interface. For Example there is no any functionality inside the method which is declared in any interface. Then why i want to implement that interface to my class. 2. Statement is an interface. When i say stmt.executeQuery(). I am getting the records in my ResultSet. How it is possible?.. since there is no functionality insid the methods which is declared in Statement Interface. What is happning here? An idea Like Object class is inherited by every class, means every class that you define in java is implicitely extending one class that is Object. Similarly i want to know that which interface is implicitely implemented by every class that we define. let me know as soon as possible. Thanks I dont know Read Answers (2) | Asked by : Hrishikesh Latest Answer : When we r implementing the some comman methods in the every class at that time we keep that all methods in the one interface. Another way example:- for example for CD Writer soft ware dovelepment all companies(LG,SAMSUNG) follow the method ... Read Answers (6) | Asked by : Shekhar
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||