What are three types of loops in java?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between class#getinstance() and new operator ?
What are the different conditional statements?
What is sorting in java?
Difference between Encapsulation and Abstraction
How do you check if a string is lexicographically in java?
What are different data types?
Can we execute a program without main() method?
What are wrapped classes?
How to find the largest value from the given array.
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?
Write a program to print 15 random numbers using foreach of java 8?
How will you initialize an Applet?