![]() |
| 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 : Memory leaks are possible in Java. There is a possibility that the garbage collector may never even run during an application's lifetime, even if it is explicitly invoked by calling System.gc(). The garbage collector won't be automatically run ... Latest Answer : JavaBeans are just regular class files. They have get and set methods only. They are not controlled by separate EJB server like JBOSS etc, They can easily work on JVM itself and they dont require any application/EJB server.EJB'S also have get and ... Latest Answer : First it check that if there are existing JSP is there are not. If it is then it will reload that servlet and send to the respnse to the client requst. If it is not the a servlet will generate and loading executing will done. ... Latest Answer : Java is only pass-by-value language. Passing a reference is not possible though you can pass by value. If you want changes to reflect back then consider the primitive type in a custom class not a wrapper class i.e., to say, this class will have getter ... Latest Answer : Native :- Specifies that the code that should be implemented is writtern in a language other than JAVATransient :- Specifies that the associated variable should NOT be serializedVolatile :- directs the compiler not to use any optimization techiniques ... Latest Answer : Even though both C++ and Java are object oriented programming language, C++
is not platform independent, whereas Java is platform independent. C++ will not
support string data type directly (we have to give array of characters) , but in
Java there ... Latest Answer : hi,To achieve multiple Inheritance in java we must use Interface. ... Tags : Inheritance Latest Answer : Primary Advantages is, we don't need to add code in Java Class(attribute, Mutator Method[get/set]), Sipmply we can add new attributes by modifying XML files. Eg . ActionForm and DynaActionForm in Struts FrameWork. ... Latest Answer : primtive datatyp is non object datatypeint chat short byte long float double boolean ... Latest Answer : Yes. Every thread maintains its own separate stack, called Runtime Stack but they share the same memory. Elements of the stack are the method invocations, called activation records or stack frame. The activation record contains pertinent information ...
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||