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

Post New Answer

More Core Java Interview Questions

Explain importance of throws keyword in java?

0 Answers  


Why Static variable required in java?For ex,class A { static int a; int b; } Why static is required?

5 Answers   Ericsson,


What are the 6 boolean operators?

0 Answers  


What are the differences between this and super keyword?

0 Answers  


what is the difference between ArrayList and Vector

19 Answers   KPIT, Sasken, Satyam, Span Infotech, Wipro,






Write a program to print the pattern given below

0 Answers  


What are different type of exceptions in java?

0 Answers  


What is a parameter used for?

0 Answers  


class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }

8 Answers   Logica CMG,


what are the application of compiler and interpreter for source program

2 Answers  


what is anonymous class in java?

0 Answers  


What does g mean in regex?

0 Answers  


Categories