What type of variable is gender?
No Answer is Posted For this Question
Be the First to Post Answer
Why char array is preferred over string for storing password?
Why generics are used in java?
What is use of inner class in java?
Define class?
While opening the file, what type of exceptions can be caught?
What is the difference between java applets and applications?
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
Why singleton pattern is better than creating singleton class with static instance?
Why is stringbuffer thread safe?
In the HashMap, we know the values but we dont know the key, then how can we get the key from HashMap ?????
What is the file type?
What do you mean by boolean?