Explain scope or life time of local variables in java?
No Answer is Posted For this Question
Be the First to Post Answer
suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible
where lives in jvm
How is garbage collection controlled?
What is string substring?
Difference between keyword and identifier.
What are constants and how to create constants in java?
Why stringbuffer is faster than string?
What is integer valueof?
What is a null check?
Is it possible to write method inside method
Can we rethrow the same exception from catch handler?
What are the 8 data types in java?