What is the difference between comparison done by equals method and == operator?
No Answer is Posted For this Question
Be the First to Post Answer
What is a methodologist?
why interfaces are faster than abstract classes?
what is associative array
What is meant by object?
Can we declare register variable as global?
what is difference between servletconfig and servletcontext?
How are java objects passed to a method and what are native methods?
Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?
What are the types of strings?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
How can a gui component handle its own events in java programming?
10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }