Answer Posted / mohamed nazar
import static java.lang.Math
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
What is the use of list in java?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
When can you say a graph to be a tree?
Is the empty set a singleton?
How to display all the prime numbers between 1 and 100
What is hotjava?
What is the difference between a factory and abstract factory pattern?
What is the major drawback of internal iteration over external iteration?
What is boolean flag in java?
Explain about the security aspect of java?
Can we use a default constructor of a class even if an explicit constructor is defined?
Explain the access modifiers for a class, method and variables?
Name few java 8 annotations ?
how can you take care of mutual exclusion using java threads? : Java thread
What are the different types of collections in java?