where do you place after you did code in java
Answers were Sorted based on User's Feedback
Answer / arun
if I am wrong, you are asking, where we put our class and
java file, after coding.
It is totally depends on you. you can put in any folder.
both class file and java file can put together or separate
folder. it doesn't matter you put your source code,
because compiler only checks your class file. so if you
put your class file in some folder, you need to define java
classpath before running your code. you
but stratigies, which generally prefered by most of
developer. source code should be put in soruce folder, and
class file should be put in classes folder.
if your packege is in C:\project
then
C:\project\src\ (put java soruce file here)
C:\project\classes\ (put class file here)
and give command on cmd prompt..
C:\java -classpath C:\project\classes
so when you run your class file, it will check you classes
fodler..
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / 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 |
how can we use the servlet as standalone apllication?should we need to extend any class?
What is the difference between conversation & casting?
Hai friends I am MCA 2006 passout. Spend time in 1 yr for teacing and 5 months in small s/w firm. worked in 4 or 5 months in few places. Presently I am writing bank exams. I want to get back to IT sector. Are there any possibilities. any growth prospects?. I am having some knowledge in core and advanced java. I am so desperate. Any suggestions thanks in advance. u can write to my mail mahidestiny@gmail.com
What is casting?
Why arraylist is used in java?
Which class is the superclass of all classes?
Is void a keyword in java?
What is meant by attribute?
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?
How do you convert string to int in java?
What are the different types of garbage collectors in java?
What is meant by class loader? How many types are there?