What do you know about the garbate collector?
No Answer is Posted For this Question
Be the First to Post Answer
Which is the class in java?
difference between byte stream class and character stream class?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What are recursive functions?
Read data from console and print in one file. That would be in C:\temp ? Thanks, Bose
3 Answers Oracle, Surya Software,
what do you meant by Runtime Polymorphism?
13 Answers BVIMR, IBM, Persistent,
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
What is the purpose of methodology?
Is main a keyword in java?
Name the package that always imported by default?
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 java virtual machine?