What is collections framework?
No Answer is Posted For this Question
Be the First to Post Answer
Does java have extension methods?
How java is similar to c?
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
What is the difference(or similarity if there are some) between object and a variable?
what do you mean by marker interface in java?
import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }
Give reasons supporting that string is immutable.
how to java plateform independent?
Under what conditions is an object’s finalize() method invoked by the garbage collector?
What are class types in java?
What are File and RandomAccessFile classes?
Difference between class#getinstance() and new operator ?