Answer Posted / anil kumar reddy.mannem
With in the JVM we have CLASSLOADER, BYTECODE VERIFIER, GARBAGE COLLECTOR, SECURITY MANAGER, EXECUTION ENGINE.
CLASSLOADER brings class file into JVM, by using classloader the class gets loaded in to the JVM
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is the statements?
What is thread synchronization in java?
Can you inherit from an abstract class java?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
What is parsing a string?
Where are the card layouts used?
Explain differences between checked and unchecked exceptions in java?
What are the main features of java?
Write a java program to count the number of words present in a string?
Does unicode support all languages?
Why java is object oriented?
Do I need java on my computer?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
What will be the initial value of an object reference which is defined as an instance variable?
Why is the type for real numbers called double?