What is java string pool?
No Answer is Posted For this Question
Be the First to Post Answer
what is heap memory?
0 Answers Tavant Technologies, Zensar,
What are the steps that are followed when two computers connect through tcp?
Does list allow duplicates in java?
What are the restrictions imposed by a Security Manager on Applets?.
class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }
what are three ways in which a thread can enter the waiting state? : Java thread
What are JVM.JRE, J2EE, JNI?
i need example for java abstraction. where we use abstraction and why we need abstraction.
Is 0 a real number?
What happens if an exception is not caught?
Why string is called as immutable?
What will happen when using pass by reference in java?