- 1
difference between .java and .class
java
classes
19th Aug 2016, 4:56 PM
Akash Gupta
2 Answers
Answer
+ 2
.java files are where you write your code, .class files are bytecode resulting from the compilation of .java files by javac.
19th Aug 2016, 5:01 PM
Zen
+ 2
.java has the source code, .class has the compiled java bytecode
23rd Aug 2016, 9:01 PM
kelvin kosgei
Answer
Hot today
Python bank account balance I need help
3 Votes
Python — File Handling
0 Votes
Method to change a variable smoothly over time in JavaScript?
2 Votes
Loop question, I've tried everything that I knew I just don't know. Please help me solve it out
1 Votes
Help me solve this (using loop)
1 Votes
What is wrong? Error on test.
1 Votes
Help me wiht python
1 Votes
Please tell me the explanation of below code
1 Votes
How many maximal points can lie on one line
0 Votes
Question - Java: Pyramid layers
2 Votes