What is string and its types?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

When does a class need a virtual destructor?

0 Answers   Flextronics,


What is visibility mode?

0 Answers  


What is the difference between && and & in java?

0 Answers  


what is unreachable code problem in multiple catch statements

3 Answers  


Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?

0 Answers  


we r taking <load-on-startup>0</load-on-startup> <load-on-startup>1</load-on-startup> in deployment descripter for loading servlets like serv1 N serv2? so 'll it take serv1 or serv2

2 Answers   CSC,


What is append in java?

0 Answers  


what difference between throw and throws in exception handling.

5 Answers  


If a method is declared as protected, where may the method be accessed?

0 Answers  


What is class forname used for?

0 Answers  


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

5 Answers   Ericsson,


Will set allow duplicates in java?

0 Answers  


Categories