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 is a char in java?
What is the latest version of java?
Does set allows null in java?
What is the final access modifier in java?
What is regex in java?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
How do I run java on windows?
Can we use synchronized block for primitives?
How to use string tokenizer class.
What causes memory leak in java?
What is meant by flickering?
Explain how to force the garbage collection in java.
Is java a pure object oriented language?
What is adapter in java?
What are the differences between forwarding () method and sendredirect() methods?