Can we use both this () and super () in a constructor?
No Answer is Posted For this Question
Be the First to Post Answer
Is there a sort function in java?
What is the byte order of byte buffer?
What is the difference between Resultset and Rowset.
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); } }
How many bytes are there?
Is finalize() similar to a destructor?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
I need to know about complete topic in java's collections i with an examples
What is a concrete classes? Is Java object class is concrete class?
Can sleep() method causes another thread to sleep?
What happens if an exception is not handled in a program?
Can we overload destructor in java?