What is the use of StringTokenizer class?


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

Post New Answer

More Core Java Interview Questions

what is the context

2 Answers  


Can we access a database using applets?

2 Answers   Hewitt,


What is Ideal Design of Class?

2 Answers  


Static Variable can referred in non-static method?

3 Answers  


Is an object null?

0 Answers  


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


what is the difference between String s="hello"; and String s=new String("hello");?

3 Answers  


I was asked to draw the class diagram for the below scenario which should obey OOPS concept. A Portal is to be developed for a school , which has 3 main divisions viz , Education , Admin & Trust. Each division has 2 sub divisions Kinder Garden & Higer Secondary.

3 Answers   Amtek, Huawei,


Explain Public static void main?

2 Answers   IBM, Vetech,


When the constructor of a class is invoked?

0 Answers  


What is difference between module and function?

0 Answers  


If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?

0 Answers  


Categories