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

What is map and hashmap in java?

0 Answers  


import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,


How to sort an array from smallest to largest java?

0 Answers  


Why are pointers not secure?

0 Answers  


What is return null in java?

0 Answers  






What super () does in java?

0 Answers  


In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?

0 Answers  


Can we make main() thread as daemon?

0 Answers  


What is static method with example?

0 Answers  


What is the difference between static and non-static variables in java programming?

0 Answers  


What are some characteristics of interference class?

0 Answers  


What methodology can be utilized to link to a database?

0 Answers  


Categories