3 TCS Sample JAVA Definition Type Interview Questions
In TCS interviews, you can expect few questions asking you to define or explain certain concepts or programming components. For these questions you would be required to answer in brief and up to the point. This sample paper discusses three questions for your practice.
Interview Question 1
Define JAVA object serialization.
Answer 1
Object serialization is a process where an object's state will be converted to a format that can be stored to persistent storage for future restoration.
Interview Question 2
Define JAVA Swing.
Answer 2
JAVA Swing is an API that provides several GUI capabilities to JAVA applications.
Interview Question 3
Define JAVA struts.
Answer 3
JAVA struts is a widespread application development framework employing MVC (Model View Controller) architecture.




