Answer Posted / stranger_ajnabi53@yahoo.c
string is an array of character.
Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What are the 8 primitive data types in java?
What is length in java?
What are the two basic ways in which classes that can be run as threads may be defined?
Does java have extension methods?
Why should we use singleton pattern instead of static class?
What is anti pattern in java?
What are encapsulation, inheritance and polymorphism?
What are the benefits of operations?
Where are the local variables stored?
Does every java program need a main?
When is the finalize() called?
What is overriding in java?
What is bitwise complement?
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.
Explain an intermediate language?