Explain the meaning of java applet.
No Answer is Posted For this Question
Be the First to Post Answer
I have one POJO class(Java bean class), it has two variables for that it has setters and getters. Now i have created two objects for that class and i have set the data for those variables through this two objects. Now question is i want check whether those two objects have same data or not, for this write a program? Thanks, Bose.
we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?
What data structures are used to perform recursion?
0 Answers Akamai Technologies,
String is an immutable object. Then how can the following code be justified. String s1 = ?ABC?; String s1 = s1+?XYZ?; s.o.p(s1); The output is ABCXYZ, which is the value of s1 ?
6 Answers Flextronics, Keane India Ltd,
What is the method in java?
Why is java not 100% pure oops?
What is procedure writing?
What is the class in java?
Give an example of call be reference significance.
Does set allows null in java?
What is difference between string and stringbuffer?
what are the rules to use try catch finally?