What gives java it’s “write once and run anywhere” nature?
Answer / nashiinformaticssolutions
Java's 'write once and run anywhere' nature is achieved by using Java Virtual Machine (JVM) and bytecode. Java code is compiled into bytecode, which can be executed on any platform that has a JVM installed.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is stateless and stateful in java?
What is jpa used for?
What is the difference between lambdas and delegates?
Iam working as a Project Lead in a s/w comp.The follwing question was asked in HCL interview. What about the schedule slippage? If the developer has taken more time than the specified time. How do you adjust the time? From where do you allocate that extra time for the developer?
i heard that JVM internally contains pointers...is this true?
What do you understand by numeric promotion?
Explain the encapsulation principle.
What is an interceptor in java?
ioc vs dependency injection?
What is the use of servlet in java?
I have deployed a .war file in my application server comprising of struts and hibernate.If i want to change the "dialect" property of hibernate cfg file how can i change(I have only .war file)... Thanks in advance
when i send the request to the JSP page it will print as it is and why? and how to solve this problem please inform me that solution