What is a java string?


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

Post New Answer

More Core Java Interview Questions

import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,


What is the difference amongst jvm spec, jvm implementation, jvm runtime ?

0 Answers  


how to pass the parameters to applets?

1 Answers  


What is jar?

0 Answers  


What is parseint?

0 Answers  






Explain the differences between abstraction and encapsulation?

0 Answers  


How to sort elements in a parallel array in java?

0 Answers  


what are three ways in which a thread can enter the waiting state? Or what are different ways in which a thread can enter the waiting state? : Java thread

0 Answers  


What is literal example?

0 Answers  


if am have 100 threads(for ex:T1,T2---T100) how we give priority to these threads and how the system excute these threads

2 Answers  


Java is pass by value or pass by reference? Explain

0 Answers  


What is difference between string and stringbuffer?

0 Answers  


Categories