We have two kinds of programming languages, Open Source and Close Source :) Open Source like javascript and Close Source ":)" like .exe files (Compiled Files) Open Source files like javascript wont be compiled and will be used as it wrote. if you think php is open source or not, i should tell you it's a different thing, the first thing you should be worry about is the security, javascript is open source and open source files are less or even unsecured files, it means everyone can see your source code, they can break down your security easily.. So what you should do? USE SOME ENCIPHER PROGRAM TO MAKE IT HARDER TO BREAK DOWN (it will just make it harder.. not impossible) Close Source (Complied Files) are those that you write an code then it will be complied to something else to be understand by computers, like you write c# codes in Visual Studio and when you want to run it, your codes will be compiled to an exe application, then your computer will be able to run it. Compiled Files is more secure but keep it in mind it don't mean it's unbreakable.. nowdays there are reverse programs out there.. :) Wish i got your question right.. :)
Java source files have the .java extension, compiled Java class files have the .class extension.
Assembler, COBOL, PL/I, C/C++ are all translated by running the source code through a compiler. This results in very efficient code that can be executed any number of times. The overhead for the translation is incurred just once, when the source is compiled; thereafter, it need only be loaded and executed. Interpreted languages, in contrast, must be parsed, interpreted, and executed each time the program is run, thereby greatly adding to the cost of running the program. For this reason, interpreted programs are usually less efficient than compiled programs. Some programming languages, such as REXX™ and Java™, can be either interpreted or compiled.
An open source application software is a software application which also provides the users the opportunity to take the source code and edit it. Customizing the source code and sharing it to other users for free is a way to make sure that the software is meant to benefit the user and not the programmer.
It is an interpreted language, however there are some versions that compile the source code to byte code which can then be interpreted with much greater efficiency than the original source code.
An application is a compiled batch of source code, usually in the form of an executable or JAR file.
Open source software can sold or distributed free of charge in compiled form but must always include the source code. Software is also know as computer programs.
How a language handles its source code differs, but generally the code is compiled into a simpler form (bytecode, machinecode, etc) for most applications software.
A source of application means the source in which an application is found. Examples of the source of an application is the internet or directly from a company.
Just 'run.bat' in your other source and it should be up after you have compiled everything.
what does Source Details mean on a job application
We have two kinds of programming languages, Open Source and Close Source :) Open Source like javascript and Close Source ":)" like .exe files (Compiled Files) Open Source files like javascript wont be compiled and will be used as it wrote. if you think php is open source or not, i should tell you it's a different thing, the first thing you should be worry about is the security, javascript is open source and open source files are less or even unsecured files, it means everyone can see your source code, they can break down your security easily.. So what you should do? USE SOME ENCIPHER PROGRAM TO MAKE IT HARDER TO BREAK DOWN (it will just make it harder.. not impossible) Close Source (Complied Files) are those that you write an code then it will be complied to something else to be understand by computers, like you write c# codes in Visual Studio and when you want to run it, your codes will be compiled to an exe application, then your computer will be able to run it. Compiled Files is more secure but keep it in mind it don't mean it's unbreakable.. nowdays there are reverse programs out there.. :) Wish i got your question right.. :)
source detail
New Open Source application software is introduced every day.
There's no such thing as 'Executable Code'! The source code is compiled and the final result is an executable.
Java source files have the .java extension, compiled Java class files have the .class extension.
According to me you can not edit a application until you have its source code.