![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() Related Questions If there are 2 different versions of object streams on disk and only one object definition, how will If there are 2 different versions of object streams on disk and only one object definition, how will the JVM reject the wrong one? Can you fool the JVM When you have an object passed to a method and when the object is reassigned to a different one, then is the original reference lost 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 When we are sending the serialized array object thro the network, what is being passed ? is the value or the reference ? Read Answers (5) | Asked by : aadi How do i upload a file from client side to server side using servlet and jsp this will happen when I How do i upload a file from client side to server side using servlet and jsp this will happen when I click upload button on web-page? Latest Answer : No. Java is not 100 % Pure OOP because of following three reasons: 1) It doesnot support Multiple inheritance. 2) It allows use of primitive data types which are not an objects.3) It allows static methods to call without creating the instance. This disobeys ... What is the difference between an object and an instance? And give me a real time example to differentiate these two? Latest Answer : Java does not support multiple inheritance directly but it supports multiple inheritence through interface.Because when we extends more than one class, JVM get some abigious problem.i.e. JVM get confusion which method it will take. Java is not ... Read Answers (8) | Asked by : vas Tags : Inheritance 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 : how do u prove that abstrace class cannot instantiate directly? ofcourse abstract class can have constructor,but the keyword "abstract" denotes that the class or method is not yet constructed fully.So if we use abstract keyword ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||