Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.
2 7809public 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); } }
7 11890Post New iGate Core Java Interview Questions
What is the difference between JDK and JVM?
What is a page what does it contain?
How do I auto populate data in excel based on another cell?
Can you inherit a private class?
why do think you are best candicate for this post.
What is the purpose of @action annotation?
What is the most recent skill you have learned that related to this job?
Name the sql joins that are available in informix.
how to count 4 column with two "and" condition in oracle? e.g task_type and cust_type and service_type are 3 column and we hv to count where task_type="new"and cust_type="jdp" and resulting column name will be new cust with jdp..and also we hv to count where task_type="new"and service_type="fs" resulting column name will be new cust with fs..
Should I put quotes around attribute values?
How to sort an array in java without using sort method?
What are the anti-patterns of devops ?
What is adapter in blaze ds?
What does it mean if @@cursor_row returns a negative number?
How does combination of functions reduce memory requirements in embedded systems?