where do you place after you did code in java

Answer Posted / javac

See, you can put your class files any where on hard
disk.but at the same time you have to set the path in
environmental variable for the bin folder where javac.exe
file is available.after this you can compile and run
the .class file at the location where you have stored.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why Java doesn’t support multiple inheritance?

633


Difference between association, composition and aggregation?

561


What is the Difference between Final Class && Abstract Class?

617


When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?

611


Explain the features of interfaces in java?

558






Can we restart a dead thread in java?

554


How do you sort arraylist in descending order?

577


Can a lock be acquired on a class in java programming?

534


What is the size of an array?

551


What are the pillars of java?

489


Explain the public class modifier?

505


Which package has light weight components?

564


What is the range of the short type?

584


When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?

545


Why java uses the concept of the string literal?

545