What does  mean in regex?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....

4 Answers   Quinnox,


What is a singleton class? Give a practical example of its usage.

0 Answers  


Is java supports multiple inheritance? explain?

12 Answers   BUET, Inforica,


Does printwriter create a file?

0 Answers  


What is deserialization?

0 Answers  






What is multiple inheritance & can we implement it in java?

6 Answers   Satyam,


Can we sort hashset in java?

0 Answers  


What is the tradeoff between using an unordered array versus an ordered array?

0 Answers  


Is it possible to compare various strings with the help of == operator?

0 Answers  


Which collections are thread safe in java?

0 Answers  


why the constructor should be used in class,if there is no constructor what will happen?

4 Answers  


What is treeset and treemap in java?

0 Answers  


Categories