what is comparable and comparator interface?
No Answer is Posted For this Question
Be the First to Post Answer
how to create daemon thread in java?
When we r go to abstract class and when we go to Interface? i have confusion this question while in interview plz clarify
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
What is javac_g?
what is connection pooling with example?
Can you achieve runtime polymorphism by data members?
What is the use of flag?
Explain reverse a linked list recursive java solution?
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); } }
why we r not use pointers in corejava?
What is module in project?
Is java good for beginners?