Is java written in c?
No Answer is Posted For this Question
Be the First to Post Answer
Scenario: There are 1 to 100 numbers. Each number should be keep in the each column like from A column to Z column ie 1 to 26. From 27 to 52 should be in 2nd row in the excel sheet. This has to be continue till 100. How do you write Java program and what are various methods.
Write the code for Palindrome ?
What happens to the Exception object after handling an exception?
What is a Java Virtual Machine?
What happens when a class is made static like if a field or member is made static it becomes class variable and is shared by all the object of the class?
What is meant by class loader? How many types are there?
Can You Have Virtual Functions In Java?
What do you understand by private, protected and public?
finalize() method?
What is hash table in java?
What is break and continue statement?
What is the main advantage of passing argument by reference?