Can we compare two strings in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is mean by encoding?
What is a line break example?
What is a java object and java application?
Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target
What is race condition ?? (Threading concept) TCS 2 sept10
What is immutable class? how to make a Class explicitly "Immutable"?Wap to make a class explicitly immutable.
What is the length of a string?
what value will be return by the read() method once it reaches the end-of-file? a. Throws EOException b. Return null c. Return -1 d. Read method return nothing, because it is void method
What is the longest unicode character?
How do I start learning java?
What is difference between class and object in java?
Explain enumeration in java?