Java J2EE (14736)
J2ME (151)
Java Related AllOther (507)
Differentiate between static and non-static methods in java.
Why do people says “java is robust”?
Why do we use jdbc in java?
can java object be locked down for exclusive use by a given thread? : Java thread
What is floating data type?
What is difference between java singleton and spring singleton?
Is hibernate obsolete?
How to write a program of web logic server to get the connection pool attribute?
How to sort an unsorted array in java?
What is cross-selling?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
Why parsing is done?
Can you tell me range of byte?
Are functions objects in java?
How does javac compiler work?