Can static methods be inherited?
How does abstract modifier work?
What does void * mean?
Can we access a database using applets?
What is the use of protected in java?
What is set string?
What is purpose of applet programming?
What is unicode with example?
How to re-get an object that is collected by garbage collector?
What is the superclass of exception?
what is mean by synchronization?
3 Answers BOB Technologies, GCPL,
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.
Can you call one constructor from another if a class has multiple constructors?