Is it possible to specify multiple jndi names when deploying an ejb?
No Answer is Posted For this Question
Be the First to Post Answer
what is multitherading
What is definition and declaration?
What is java in layman terms?
Can a class have an interface?
Explain what pure virtual function is?
Differentiate between the constructors and methods in java?
What are the uses of final, finally and finalize in java?
2 Answers Agiline, FINO PayTech, HCL,
Are variables stored in ram?
What is method with example?
11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.
What is boolean keyword in java?
Is int a class in java?