What are disadvantages of java?


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

Post New Answer

More Core Java Interview Questions

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  


What is the method to declare member of a class static?

0 Answers   HCL,


what are the analysis of an object

2 Answers  


what is Portal(web based online portal)?

2 Answers   AIG,


In java, what is the difference between method overloading and method overriding?

0 Answers  






What is the same as procedures?

0 Answers  


Difference between ‘is-a’ and ‘has-a’ relationship in java?

0 Answers  


How do you declare an array that will hold more than 64KB of data?

0 Answers   Aspire, Infogain,


does java support default argument in Method?

1 Answers  


What do you mean by compiler?

0 Answers  


Which Java operator is right associative?

3 Answers  


how to call a method in different package?

4 Answers  


Categories