DBA > Job Interview Questions > Technical Lead Round Interview Questions and Answers

Java Interview in Technical Lead Round: Can inne

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

Java Interview in Technical Lead Round: Can inner class be a final class?

The questions can either be either focused on java keywords or on the java code structure.
Questions involving of code snippets like,
public class Test {
final int i;
public Test(){
i=10;
setup();
}
public void setup(){
// setup code
}
}

(Continued on next question...)

Other Job Interview Questions