Explain what are final variable in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between panel and frame ?
7 Answers HCL, IBM, Raim Techno Solutions,
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
Is void a data type in java?
Where are the local variables stored?
Explain the difference between an Interface and an Abstract class?
What is fundamental datatype?
There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation
What is scope & storage allocation of static, local and register variables? Explain with an example.
what is Portal(web based online portal)?
10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;
What are different types of control structures?
why do we use interface in java?