Why Java is a platform independent language?Explain byte code
and JVM
Answer Posted / prasad
A java Document which is converted into binary Executable
format and unchanged run on multiple plat forms is called
platform independent.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is connection pooling in java?
What is a controller in java?
How do I export a java project?
Where is singleton design pattern used in java?
Is it correct to say that using parentheses can only change?
How can you work with permissions from your .net application? : java security
What about 'hostile applets'? : java security
What does persist mean in java?
What is factory pattern in java?
What can open a jar file?
How do I run a project in netbeans?
What is a driver in java?
What is java net url?
What is the use of entity class in java?
1.can i use super keyword in normal class(not inheritance) to call any method?if so how can i call particular variable? 2.In the inheritance how can i access the particular variable from the base class(it containing 5 variables) using super keyword?