Whats the difference between notify() and notifyall()?
No Answer is Posted For this Question
Be the First to Post Answer
java program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
Can we use catch statement for checked exceptions?
how many design pattern r there? and wht design pattern u use and why ?
What is a class reference?
Can you explain the usages of class.forname()?
Q) I have a ArrayList object, in that object i have added 5 integer values, 5 float values, 5 string values. Now question is how can delete particular type of data ( i.e all int values or all float values or string values) in that list object at a time?
what is ABSTRACTION and what are using in real time project?
What is predicate in java?
public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }
Explain about fail fast iterators in java?
What does java se mean?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?