I'm running this code and getting a compile time error please have a look at it:
class test
{
public static void main(String []args)
{
int age=new int(20);
System.out.println("My age is " + age);
}
}
|
I'm running this code and getting a compile time error please have a look at it:
|
|||||
|
|
Note: There is actually no need to call the |
|||
|
|
You can't use
I can't see any reason why you'd ever want to call an |
|||||||||||
|
|
In Java, you would need to use the object wrapper equivalent ( |
||||
|
|