Answer Posted / hrindows@gmail.com
"class Scratch{
public static void main(String[] args){
String str = ""50"";
System.out.println( Integer.parseInt( str )); // Integer.parseInt()
}
}"
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are three advantages of using functions?
List some java keywords sun like c, c + + keywords?
What do you understand by casting in java language?
What are JVM.JRE, J2EE, JNI?
Can you extend singleton class?
What is constructor in java ?
What does \ mean in regex?
What are parsing rules?
what is thread? : Java thread
How to restrict a member of a class from inheriting by its sub classes?
How to compare two strings in java program?
Is there is any difference between a scrollbar and a scrollpane?
What does you mean in math?
Why local variables are stored in stack?
Which is fastest collection in java?