What is a method signature java?
No Answer is Posted For this Question
Be the First to Post Answer
What kind of variables a class can consist of?
What are command line arguments?
Why are data types important?
what is use of threads how many ways to create thread
When should I use singleton?
Are static members inherited to sub classes?
Can we access a database using applets?
Is ruby built on java?
what is difference between set and list in collection?
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?
Which sorting algorithm is in place?
Explain the use of shift operator in java. Can you give some examples?