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.


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

Post New Answer

More Core Java Interview Questions

why the abstract class has default constructor?

2 Answers  


When parseint method can be used?

0 Answers  


Do loops java?

0 Answers  


define polymorphism in java

0 Answers  


How do singleton patterns work?

0 Answers  






How to connect to a remote database using Applet?

0 Answers  


Why collection is called framework in java?

0 Answers  


abstract class Demo { public void show() { System.out.println("Hello I am In show method of Abstract class"); } } class Sample extends Demo { public void show() { super.show(); System.out.println("Hello I am In Sample "); } } public class Test { public static void main(String[] args) { //I WANT TO CALL THE METHOD OF BASE CLASS IT IS POSSIBLE OR NOT CAN WE USE SCOPE RESOLUTION OPERATOR TO CALL OR JAVA NOT SUPPORTED THAT :: OPERATORE } }

3 Answers  


Why are lists ordered in java?

0 Answers  


How are java objects passed to a method and what are native methods?

0 Answers   Genpact,


What is a subsequence of a string?

0 Answers  


What is the difference between applet and application?

0 Answers  


Categories