Can an integer be null java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is meant by class loader and how many types are there?

2 Answers   Apple,


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

0 Answers  


For class CFoo { }; what default methods will the compiler generate for you>?

0 Answers   Amazon,


What is get () in java?

0 Answers  


Which of the classes will have more memory allocated?

0 Answers  






Explain the term serialization?

10 Answers   Wipro,


What is array and arraylist in java?

0 Answers  


how to print a numbers from 1 to 100 with out using control structures?

4 Answers   IBM,


What are the different access modifiers available in java?

0 Answers  


What is final keyword in java? Give an example.

0 Answers  


Program to find greatest prime number in n numbers?

3 Answers   Huawei,


What super () does in java?

0 Answers  


Categories