Is it possible to compare various strings with the help of == operator?
No Answer is Posted For this Question
Be the First to Post Answer
how session will be expired?
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 are jee technologies?
Can we write a class without main method in java?
Difference between an argument and a parameter?
10 Answers Accounting, HCL, IBM, Quinnox,
How would overload a function based on return type?
How is string stored in java?
What is garbage collection? Can it be forced to run?
What is thread?
What is the difference between choice and list?
Is there any use of an abstract class which has no methods and no attributes?
how to pass the parameters to applets?