Saturday, 26 November 2016

interview experiance

NC
26 Nov 2016

Which company you are working
why do yolu want to change the comapny, why not ibm or amdocs why this one ?
Then there is technical paper which has many question, he

wants a discussion on them
1. Integer i1=123
Integer i2=123
i1==i2

2. public int caculate(){
return true ? null:0;
}
3. String s1="abc";
String s2="abc";
s1==s2

4. String s = "One"+1+2+"Two"

5.     public static int me(){
         return true ? null:0;
    }

6.
Then implement the code to reverse the string, very large string

Design patterns, builder, when to use,
Which design pattern sping is implemented, base-face ???

how will you avoid SQL injection  ? in details full length

In one line difference between REST and SOAP

which datatypes are supported in REST

Two applications, which will you preffered to send Data  ?>
JSON or XML

What is Enterprise Java  Edition ?

Why String class is immutable ?

No comments:

Post a Comment