Click here to Skip to main content
15,910,878 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: The journey ends.. Pin
Joan M8-May-17 8:19
professionalJoan M8-May-17 8:19 
GeneralOi Nagy! Pin
Johnny J.7-May-17 23:47
professionalJohnny J.7-May-17 23:47 
GeneralRe: Oi Nagy! Pin
megaadam8-May-17 1:22
professionalmegaadam8-May-17 1:22 
GeneralRe: Oi Nagy! Pin
Johnny J.8-May-17 1:26
professionalJohnny J.8-May-17 1:26 
Generalhow os identify different types of executable files Pin
Member 130963497-May-17 23:36
Member 130963497-May-17 23:36 
GeneralRe: how os identify different types of executable files Pin
Jochen Arndt7-May-17 23:42
professionalJochen Arndt7-May-17 23:42 
GeneralRe: how os identify different types of executable files Pin
ZurdoDev8-May-17 1:00
professionalZurdoDev8-May-17 1:00 
GeneralRe: how os identify different types of executable files Pin
OriginalGriff8-May-17 0:04
mveOriginalGriff8-May-17 0:04 
It doesn't know; it doesn't care.
Once the code is written, it is compiled into a "lower level" language - either Native code (which is a binary form that the processor chip understands directly) or an intermediate language that a secondary system convert to native code as it runs. Both Java and C# compile to an intermediate language (this is IL for C# and JVM for Java) and the .NET framework CLR module uses a "Just In Time - or JIT - compiler to convert that to native code to be executed. In the case of Java it is either compiled in a similar manner of interpreted by the Java runtime as it is executed.

The system doesn't care: the startup code your your app runs the relevant runtime module to process your code invisibly and that runs your application.
Bad command or file name. Bad, bad command! Sit! Stay! Staaaay...
AntiTwitter: @DalekDave is now a follower!

GeneralRe: how os identify different types of executable files Pin
Kornfeld Eliyahu Peter8-May-17 0:20
professionalKornfeld Eliyahu Peter8-May-17 0:20 
GeneralRe: how os identify different types of executable files Pin
ZurdoDev8-May-17 0:59
professionalZurdoDev8-May-17 0:59 
GeneralRe: how os identify different types of executable files Pin
Kornfeld Eliyahu Peter8-May-17 1:13
professionalKornfeld Eliyahu Peter8-May-17 1:13 
GeneralRe: how os identify different types of executable files Pin
ZurdoDev8-May-17 1:17
professionalZurdoDev8-May-17 1:17 
GeneralRe: how os identify different types of executable files Pin
Kornfeld Eliyahu Peter8-May-17 1:53
professionalKornfeld Eliyahu Peter8-May-17 1:53 
GeneralRe: how os identify different types of executable files Pin
Richard Andrew x648-May-17 2:02
professionalRichard Andrew x648-May-17 2:02 
GeneralRe: how os identify different types of executable files Pin
Kornfeld Eliyahu Peter8-May-17 2:04
professionalKornfeld Eliyahu Peter8-May-17 2:04 
GeneralRe: how os identify different types of executable files Pin
harold aptroot8-May-17 1:30
harold aptroot8-May-17 1:30 
GeneralRe: how os identify different types of executable files Pin
Kornfeld Eliyahu Peter8-May-17 1:57
professionalKornfeld Eliyahu Peter8-May-17 1:57 
GeneralRe: how os identify different types of executable files Pin
harold aptroot8-May-17 2:46
harold aptroot8-May-17 2:46 
GeneralRe: how os identify different types of executable files Pin
KarstenK8-May-17 2:46
mveKarstenK8-May-17 2:46 
GeneralRe: how os identify different types of executable files Pin
Mark_Wallace8-May-17 4:15
Mark_Wallace8-May-17 4:15 
GeneralRe: how os identify different types of executable files Pin
Mark_Wallace8-May-17 4:19
Mark_Wallace8-May-17 4:19 
GeneralThe power of love... Pin
Kornfeld Eliyahu Peter7-May-17 22:07
professionalKornfeld Eliyahu Peter7-May-17 22:07 
GeneralRe: The power of love... Pin
OriginalGriff7-May-17 22:12
mveOriginalGriff7-May-17 22:12 
GeneralRe: The power of love... Pin
Marco Bertschi8-May-17 1:21
protectorMarco Bertschi8-May-17 1:21 
GeneralRe: The power of love... Pin
OriginalGriff8-May-17 1:32
mveOriginalGriff8-May-17 1:32 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.