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
Why charat is used in java?
which class is the wait() method defined in? : Java thread
Can bool be null?
What does the append?
What happens when a thread cannot acquire a lock on an object in java programming?
What is the purpose of the system class in java?
What is the difference between class & structure?
What is namespace in java?
What is __ init __ functions?
What is lambda in java?
Does java trim remove newline?
What is meant by nested loop?
What is nextline method in java?
What are different data structures in java?
Where are global variables stored?