geet

Greenhorn
+ Follow
since Feb 04, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by geet

please do help me on static , this and super . correct me if i am wrong. super method in a subclass hold the value of it's(subclass) immediate superclass. static methods belong to a class ,what does this mean.i do have a rough idea. but please clear me on this.
22 years ago
it is really not easy to work with assembly language . reason is they r near to machine language .
22 years ago
really it's a great help.thank u eriK
22 years ago

Originally posted by Erik Dark:
First you write your source code (.java), which is compiled (c:\javac HelloWorld.java) to byte code (.class).
Then, to launch your program, you must run it in a JVM. This is accomplished by invoking the Java interpreter (c:\java HelloWorld).
Erik Dark

22 years ago
i am trying to find out it's answer but with no success.in the background what works first, it's the compiler or interpreter and why.
22 years ago
how the yield method works ???