Name some classes present in java.util.regex package.
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between an array and an array list?
What is an argument in java?
What are the different tags provided in jstl?
Why main method is called first in java?
suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?
How java uses the string and stringbuffer classes?
What is printwriter in java?
How many bits is a word?
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
What is the difference between Access Modifier and Access specifier?
What are the 8 data types in java?
What does localhost mean?