Java ques interview Ques:-List any five features of Java? Ans :-Some features include Object Oriented, Platform Independent, Robust, Interpreted, Multi-threaded Ques . write full form of jdbc & odbc ? Ans :- JDBC -java database connectivity. ODBC - open database connectivity Ques:- what are types of packages ? Ans: 1. Pre-defined packages 2. User defined packages Ques :-Define class? Ans:- A class is a blue print from which individual objects are created. A class can contain fields and methods to describe the behavior of an object. Ques:- Denfie string bulider? Ans :- Use StringBuilder whenever possible because it is faster than StringBuffer. But, if thread safety is necessary then use StringBuffer objects. Ques :- What is Singleton class? Ans:Singleton class control object creation, limiting the number to one but allowing the flexibility to create m...
FOR EVERY PROGRAMMER SOME SPECIAL PROGRAMS WITH THEORY.