What is the differences between heap and stack memory in java? Explain
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of anonymous inner classes ?
What are thread local variables?
What is nested interface?
Write an algorithm for quick sort?
How many threads does a core java have?
What is lossy conversion in java?
can we create object for static class in java
14 Answers IAP Company, IBM, Marlabs, mPortal, TCS,
How to print nodes of a Binary tree?
I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }
what is the Use of throws exception?
What is wrapper class example?
Explain java heap space and garbage collection?