Vikash Verma
Member
- Member since
- Jun 18, 2012
- Last active
- Aug 27, 2012
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
2ed5c115-c26d-4416-850d-33fe559fcf8a
#-Link-Snipped-# , two main method with same signature can never exist in a java program, also it is the JVM which always...
-
#Threads
d49fd88a-51d0-4ae2-b9df-01f9c9702856
#-Link-Snipped-# first of all, your program is syntactically wrong... the signature of main method must be one of the following...βpublic static void...
-
#Threads
120fbc24-09fd-4881-a700-5ee69500d05c
in java, this is the prototype... returnType functionName(String string)
-
#Threads
32e8685a-2dd8-4a8f-b421-9f8788d496ab
#-Link-Snipped-# you are right...π
-
#Threads
c616c5de-2d6e-4acf-ba27-4bae848c23f5
This is what my code is displaying...π C:\Users\VIK\Desktop>javac B.java C:\Users\VIK\Desktop>javap B Compiled from "B.java" class B extends java.lang.Object...
-
#Threads
81810a1e-5d81-4734-9294-9cb7ce200d84
#-Link-Snipped-# you are right...π