Can java program run without jre?
How do you reverse a word in java?
Why is java so popular?
what is jdk1.5 features?
Explain features of interfaces in java?
What is a generic type?
Can a lock be acquired on a class in java programming?
Explain covariant method overriding in java.
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
What is the maximum length of a url?
What is java util?
What is the public field modifier?
The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }
4 Answers Ness Technologies, TCS,