What is qualitative variable?
No Answer is Posted For this Question
Be the First to Post Answer
Hi friends i want display Triangle shap stars(*) please can tell me any one java code logic? * *** ***** ******* Like this
why we use merge option in hybernate pls give a ex snippet
We have two methods to create methods the threads. 1. Implementing runnable interface 2. Extending to thread class and overriding run method. Among these two which one is better and why? Please explain me in detail.
Describe inheritance as applied to java?
Explain different types of thread priorities ?
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?
what is the Yield() method used in threads?
What is the difference between static and global variables and also define what are volatile variables?
0 Answers Flextronics, Hexaware,
Can we override private constructor in java?
Why do we create public static method in java?
What are different types of control structures?
What is arrays fill in java?