What languages are pass by reference?
No Answer is Posted For this Question
Be the First to Post Answer
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
what is thread? : Java thread
What is the difference between final, finally and finalize()?
What is an Applet ?
There are 2 classes, 1 LandAnimal and another WaterAnimal. There is another class Animal which wants to have the properties of both LandAnimal and WaterAnimal. How will you design this situation?
What is the life-cycle of an object?
What are access modifiers in Java ?
What is the difference between abstract classes and interfaces?
What do the thread?class methods run() and start() do?
Can we access a database using applets?
What is map in java?
Define canvas?