how to create constants in java?


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

Post New Answer

More Core Java Interview Questions

There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?

0 Answers  


can u override the start() method of Thread class

5 Answers  


Does java support function overloading, pointers, structures, unions or linked lists?

0 Answers  


What is run-time class and system class? what is their purpose?

1 Answers  


string is immutable? right every one knows that, my question is it advantage or disadvantage making string immutable?

5 Answers   HCL,


What is the main use of java?

0 Answers  


What is an association?

0 Answers  


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


What sorting algorithm does javascript use?

0 Answers  


what is the use of abstract class and interface with example?

2 Answers   Cycore, DNS, Technoram,


Is it possible to write method inside method

4 Answers   L&T,


How many ways can an argument be passed to a subroutine?

3 Answers   Technological University of the Philippines,


Categories