Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: James Rivera   on Jul 31 In Java Category.

  
Question Answered By: Chau Tran   on Jul 31

these helped a lot in understanding it.

In this case,

- what is a jar file? (how different from obj, class or exe?)

- how is obj file different from class/ jar files?

- how to get exe file of java programs? I have seen only
java, class and jar files.

- As everybody does development on one machine, one os, is
it possible to bypass creation of class files, and directly
get the executable, so that it gets executed fast?

After the testing is over, one can send class to other
machines/ other o/s, but in that case too, one would send
.java source and regenerate class file there.

In that case, what is the purpose of that intermediate stage
having class files.

Share: 

 

This Question has 28 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Why we declare the constructor private? Or get search suggestion and latest updates.


Tagged: