Where is const variable stored?
No Answer is Posted For this Question
Be the First to Post Answer
Define linked list and its features with signature?
What is the exact difference in between Unicast and Multicast object ?
What is the disadvantage of java?
Where is const variable stored?
What is the difference between checked exception and unchecked exception?
What is a numeric literal?
What is the use of collections in java? How it is implemented in real time applications?
What is the difference between logical data independence and physical data independence?
How use .contains in java?
public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }
Why we should declare the variables as static and final in interfaces?
how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion