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

What is int short for?

0 Answers  


What is better - 'bit-shift a value' or 'multiply by 2'?

0 Answers   DELL,


What is string syntax?

0 Answers  


What is sorting algorithm in java?

0 Answers  


What is autoboxing and unboxing?

0 Answers  


Is there any difference between synchronized methods and synchronized statements?

0 Answers  


What is casting in java programming?

0 Answers  


What are the various access specifiers in java?

0 Answers  


Explain JSP life cycle

1 Answers   Cap Gemini,


We can write any Java Logics in our JSP. Then why we are using servlets(Controller Layer) to interact with the DAO ?

6 Answers   TCS,


what is difference between String buffer and String builder?

5 Answers   Benchmark,


for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }

3 Answers  


Categories