What is the difference between Integer and int?
Answer Posted / abc
y = 10; is int i=new Integer(4); correct??
| Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
What is the final variable?
Can an interface implement another interface?
Explain method overloading?
Distinguish between a predicate and a function?
What are format specifiers in java?
When is the garbage collection used in Java?
Can a private method be declared as static?
What methodology can be employed to locate substrings inside a string?
What is a flag variable?
how to run ecllipse with jettyserver for windows environment using batch file
What is the base class in java from which all classes are derived?
How does arraylist size increase in java?
Write a java program to check if a number is prime or not?
Can you access the private method from outside the class?
How do you reverse a list?