![]() |
| 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 Latest Answer : When Java was originally developed, the JDK shipped with a mark-and-sweep garbage collector. A mark-and-sweep garbage collector proceeds in two phases: Mark: identifies garbage objects Sweep: reclaims the memory for the garbage objectsGarbage objects ... Latest Answer : An advantage of this scheme is that it can run in small chunks of time closely interwoven with the execution of the program. This characteristic makes it particularly suitable for real-time environments where the program can't be interrupted for very ... Can we declare multiple main() methods in multiple classes.ie can we have each main method in its class in our program? Latest Answer : let us analyze this in real world OO model:Can a puppy(small dog) extends Cow and Dog? It should be only puppy extends Dog, not both. Puppy(small dog) can't have charectrestics of Cow and Dog ... Read Answers (5) | Asked by : Naresh Tags : Inheritance Latest Answer : No you cannot start garbage collection by your own.By executing System.gc() you just b sure that GC will b run, but when cannot be told. ... Read Answers (3) | Asked by : chandu Design Pattern means how u r approaching the problem.Architecture means how the data is flowing in your application Latest Answer : design pattern howarch what ... Read Answers (4) | Asked by : Praveen Latest Answer : No thats not true. Java has a byte code editor too.. Refer : http://www.cs.ioc.ee/~ando/jbe/ ... What is the difference between an object and an instance? And give me a real time example to differentiate these two? 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 ... Latest Answer : Abstract Class:- it has abstract methods and non-abstract methods. Abstract Methods:- this methods has no body. these final and variables of these methods are static, final and protected. ... Tags : Abstract
Sponsored Links
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||