answersLogoWhite

0


Best Answer

Of course not.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is source code always smaller than its compiled application?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

How does open source products relate in a programming language?

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.. :)


Extension file for Java?

Java source files have the .java extension, compiled Java class files have the .class extension.


Is C compiled or interpreted?

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.


What is meaning of the latest open source application software?

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.


Is Ruby an interpreted language or a compiled language?

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.

Related questions

In java what is an application?

An application is a compiled batch of source code, usually in the form of an executable or JAR file.


May be sold or distributed free of charge in compiled form but must always include the source code?

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.


Source code is what you execute when you run an application program?

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.


Source of application?

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.


How do you switch one moparscape source to another source?

Just 'run.bat' in your other source and it should be up after you have compiled everything.


What does source detail mean on an application?

what does Source Details mean on a job application


How does open source products relate in a programming language?

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.. :)


What is a source detail on a job application?

source detail


What the latest open source application software?

New Open Source application software is introduced every day.


How do you convert the source code into executable code by double clicking on it?

There's no such thing as 'Executable Code'! The source code is compiled and the final result is an executable.


How do you mobile edit application?

According to me you can not edit a application until you have its source code.


Extension file for Java?

Java source files have the .java extension, compiled Java class files have the .class extension.