How many Java environments are there?
There are two java environments
• JDK – Java development environment
• JRE – Java runtime environment
| Is This Answer Correct ? | 2 Yes | 0 No |
What is locale in java?
public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
0 Answers Akamai Technologies,
What are the steps in the jdbc connection?
what is the purpose of the runtime class?
What is the difference between final, finally and finalize()?
State the merge-sort principle and its time complexity.
0 Answers Akamai Technologies,
A abstract class extending an abstract class.Super class has both abstract and non-abstract methods.How can we implement abstract and non-abstract mehtods? Explain with snippet
What happens when the main() isn't declared as static?
What is string pool in java?
What is implicit object in java?
What is a website container?