Hello Guys, Today I am going to give you good opportunity to crack Java / J2EE interview at TCS (Tata Consultancy Services).
Please read this questions carefully there are some tricky questions too, which might make you confuse.
Always remember there is nothing which you don't know about these questions.
So Let us start.
- Tell me something about yourself.
- On which projects you have worked
- What are the Frameworks you used
- Tell me something about String Object, explain
- What is the difference between following two lines (1 and 2)
String x="abc";
(1). "abc".equals(x);
(2). x.equals("abc");
- What is the difference between sleep and wait method?
- What is abstract class?
- Does abstract class have constructor?
- How many ways to not allow class to be inherit to sub class?
- What is method overriding
- What is method overriding and overloading
- Difference between Stringbuffer and StringBuilder?
- What is checked and unchecked exception?
- Type of interface
- What is BlockingQueue?
- Difference between Set and List
- Which are two method of Object class override by Set to identify the uniqueness of an objects
- What are the classes of Struts?
- Which design pattern used by struts?
- How to show HQL query converted to SQL?
- What is advantage of using Hibernate
No comments:
Post a Comment