Is string a class in java?


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

Post New Answer

More Core Java Interview Questions

Can we create a constructor in abstract class?

0 Answers  


What is use of super keyword in java?

0 Answers  


How does a for loop work java?

0 Answers  


Which characters are allowed to use as the second character of an identifier, and which characters are not allowed?

2 Answers  


solve this is my problem byte a=40,byte b=50 both add value is 90 this is with in range of byte... byte range is -128to 127.... why this pgm gives error like type mismatch.... package javapgms; public class byte1 { public static void main(String args[]) { byte a=40,b=50; byte c=a+b; System.out.println(c); } } note : dont use int k... a,b,c are in byte range... mind it..

2 Answers  


What are the basics of core java?

0 Answers  


what is the main class of all the classes

5 Answers   Photon,


how to create constants in java?

0 Answers  


Explain JSP life cycle

1 Answers   Cap Gemini,


what is different between static and non static methods ,using example

2 Answers  


Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.

0 Answers  


What is bufferedreader in java?

0 Answers  


Categories