please send me hr interview questions in it industry
No Answer is Posted For this Question
Be the First to Post Answer
How do you set security in applets?
What is the implementation of destroy method in java. Is it native or java code?
what is life cycle of applet?
Give the difference between the println method and sqrt method?
Why is java so important?
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); } }
How Marker Interfaces are instruct to complete the desired need ?
Is set ordered in java?
Can a class be defined inside an interface?
What is finalize()? Is finalize() similar to a destructor?
How many wrapper classes are there in java?
What are the data types supported by java?