How to find the given number is a prime number or not by getting input from the user
No Answer is Posted For this Question
Be the First to Post Answer
Is object a data type in java?
What is the use of math abs in java?
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 treemap in java?
How do you reverse a string in java without using string buffer?
In Java, what types of classes perform inheritance?
Diff between Comparator and Comparable?
How to find the largest value from the given array.
What is an example of character?
What is boolean example?
How do you escape sequences in java?
Can list have duplicates in java?