Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Define Compiling?

Answers were Sorted based on User's Feedback



Define Compiling?..

Answer / ravikiran(aptech mumbai)

compiling is taken place in compiler which will debug the
code regards to syntax and in java it converst the bug free
code into byte code and jvm will load that byte code to
convert it into user understandable code

Is This Answer Correct ?    5 Yes 0 No

Define Compiling?..

Answer / padmini

Smiply in Few Words , Compiling is Generating .class File
from .java File, Because Jvm Know only Byte code which is
there in . class file

Is This Answer Correct ?    1 Yes 0 No

Define Compiling?..

Answer / therathna

converting programing langauge to michine language.In java
compailing is done by interpriter this is use for to convert
programing into byte code.

Is This Answer Correct ?    2 Yes 2 No

Post New Answer

More Core Java Interview Questions

Give an example of call be reference significance.

0 Answers   Agilent,


What is the default size of load factor in hashing based collection?

0 Answers  


How do you sort a list in java?

0 Answers  


import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,


Can we have a method name same as class name in java?

0 Answers  


Why we can not force Garbage Collection?

7 Answers  


What is the use join() in Threads ?

5 Answers   HCL,


Can you explain the Java thread lifecycle?

1 Answers  


Why can't we override private static methods?

0 Answers  


List out five keywords related to exception handling ?

0 Answers  


What does jre stand for?

0 Answers  


What is the use of using enum to declare a constant?

0 Answers   Fidelity,


Categories