How to convert string to int in java?
"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 |
What is the difference between char and char *?
suppose string s1="rajnish"; string s2="bhaskar"; then what will be happend ?
why we need this (1.object,2.class,3.data hiding,4.encapsulation,5.abstraction,6. polymorphism,7.inheritance)
What is the difference between processes and threads?
what is Remote Reference Layer ?
Does a class inherit the constructors of its superclass in java programming?
What is parsing and its types?
What is the reason that multiple inheritance is not possible in java??
What about member inner classes?
Why do we need to override equals() and hascode() method of object class?
Can we sort list in java?
what is data binding? give the example