What is the output of the below java program?
Explain the scope of a variable.
What are invisible components?.
List some oops concepts in java?
if a java file without any source code is valid java file?
what is mutability?which one is mutable String or StringBuffer?and why?give examples of each which shows the mutability of each String or StringBuffer
Which is bigger float or double java?
What are the legal parameters?
Why arraylist is used in java?
What is the default size of arraylist in java?
Is it possible to create object with out its default constructor? if possible how? else not possible? justify
Explain about anonymous inner classes in java?
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.