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
Can a class be final?
What does a za z0 9 mean?
What is the format specifier?
What is variable and constant explain with example?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
Explain importance of inheritance in java?
What is the difference between an interface and an abstract class?
Name few java.lang classes introduced with java 8 ?
Explain the difference between association, aggregation and inheritance relationships.
What is the purpose of nested class in java?
What is the difference between menuitem and checkboxmenu item?
What is the static method?
What is the main use of java?
What are the difference between string, string builder, and string buffer in java?
In java, how many ways you can take input from the console?