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


how can you say that java is independ language

Answers were Sorted based on User's Feedback



how can you say that java is independ language..

Answer / pravallika

every one say that java is independent language.we have develop some java program to understand how java is platform independent.
public class Add{
public static void main(String []ar){
int a=10;
int b=20;
int a=a+b;
}
}
save the above program by Add.java
to run this program first we have to compile the program by using javac Add.java.after compile the program it generates Add.class file.Generally .class file contains javainstructions.we can not run the .class file directly on to the processor.so in this we require some virtual machine.so we have to instal jvm.To give the .class file input to the jvm.The jvm converts java instructions into the processor dependent instructions.so jvm is a dependent language.Wiothout jvm we will not able to run our java program.so in this way we say that java is independent language.

Is This Answer Correct ?    17 Yes 0 No

how can you say that java is independ language..

Answer / mayank sharma

When you program in any programming language, you compile your
program before executing it. Compiling your program means
you've converted your source code ( text ) into machine code(
which can be...

Is This Answer Correct ?    1 Yes 5 No

Post New Answer

More Core Java Interview Questions

How to optimize the javac output?

0 Answers  


Can a source file contain more than one class declaration?

0 Answers  


What things should be kept in mind while creating your own exceptions in java?

0 Answers  


what are the design patterns in struts?

1 Answers  


we cannot create an object of interface but we can create a variable of it

1 Answers  


Can an object be garbage collected while it is still reachable?

3 Answers  


Can an interface extands a class?

5 Answers  


Explain about data types?

0 Answers  


Is multiple inheritance allowed in Java? Why ?

7 Answers  


What is the importance of main method in Java?

0 Answers  


Difference between error and exception

3 Answers   Nous, TCS,


What are the legal parameters?

0 Answers  


Categories