InterviewSolution
Saved Bookmarks
| 1. |
Given a string object namely 'subject', having value as "123" stored in it. What will be result of the following : JOptionpane.showMessageDialog(null," "+(subject.length() +Integer.parseInt(subject))); |
|
Answer» The correct answer: 126 |
|