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
How would you dynamically allocate memory to an array?
What are the six ways to use this keyword?
What are recursive functions?
Why do we create threads in java?
How do you escape sequences in java?
What is a JAR file?
Does java allow default arguments?
Can we override constructor in java?
What is difference in between java class and bean?
Are arrays passed by reference in java?
Is java type safe?
What do you mean by JVM?
What is the symbol for average?
How will you get the platform dependent values like line separator, path separator, etc., ?
What is the maximum size of list in java?