How do you read and print a string in java?


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

Post New Answer

More Core Java Interview Questions

Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1

7 Answers   Huawei, IBM,


What is the exact difference in between Unicast and Multicast object? Where will it be used?

0 Answers  


What is the final field modifier?

0 Answers  


Which api is provided by java for operations on set of objects?

0 Answers  


Explain different types of thread priorities ?

0 Answers  


Why null interfaces are used in Java?

2 Answers  


Is list ordered in java?

0 Answers  


What is the return type of a program?s main() method?

3 Answers  


Can you change array size in java?

0 Answers  


Explain the difference between abstract class and interface in java?

0 Answers  


can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread

0 Answers  


What do you mean by append?

0 Answers  


Categories