Which category the java thread do fall in?
No Answer is Posted For this Question
Be the First to Post Answer
make a method which any number and any type of argument and print sum of that arguments.....
Similarity and difference between static block and static method ?
What is data object example?
Explain the significance of listiterator.
where the static methods will live ,on stack ? can you explain brefly
What are the different types of garbage collectors 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); } }
"We cannot create an object of interface but we can create a variable of it". Discuss the statement with the help of an example. (Plz help us to provide immediately.)
what is meant wrapper classes?
Explain the selection sort algorithm and state its time complexity?
what is the use of private constructor in core java?
3 Answers OnMobile, Satyam, Yash Technologies,
What does || mean in code?