Is string a datatype?


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

Post New Answer

More Core Java Interview Questions

Can a class be private?

0 Answers  


What is the difference between import java.util.date and java .util?

0 Answers  


Can we override constructor in java?

0 Answers  


How we can generate random numbers in java?

0 Answers  


What is the difference between static and non-static variables in java programming?

0 Answers  






What do you know about java?

0 Answers  


What are methods and how are they defined?

0 Answers  


How do you sort a list in java?

0 Answers  


What is the purpose of finalization?

4 Answers  


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

7 Answers   Infosys, WW,


How many types of string data types are there?

0 Answers  


How to make a class or a bean serializable?

0 Answers  


Categories