
Asked in TCS
what are the difference between abstract class and interface, and throw and throws, and why we use throws?? Why String is Immutable?

AnswerBot
2y
Explaining differences between abstract class and interface, throw and throws, and why we use throws. Also, why String is immutable.
Abstract class can have both abstract and non-abstract methods, whil...read more
Harshda Tupsaundar
10mo
Abstract classes can have methods with implementation whereas interface provides absolute abstraction and can't have any method implementations.
Shashiranjan Kumar Rai
1y
Definition: An abstract class is a class that cannot be instantiated and can contain both abstract and non-abstract methods. An interface, on the other hand, is a contract that specifies a set of meth...read more

tallgrasshopper
1y
throw and throws keyword related to exception handling which are used to
throw-> throw exception inside a method manually
throws-> use with method or class signature to handle exception
krupa prashanth
1y
Abstract and interface are used to get the abstraction in java Basically data hiding Abstract class can have Abstract and non abstract method Interface will have all variables as final and Abstract an...read more
Add answer anonymously...
Top Java Developer Interview Questions Asked at TCS
Q. In serialization, if a variable is marked as transient, how will it be transmitt...read more
Q. What is the method to find the second highest salary in a dataset?
Q. Is Java considered to be a fully object-oriented programming language? Why or wh...read more
Interview Questions Asked to Java Developer at Other Companies
Top Skill-Based Questions for TCS Java Developer
Java Interview Questions and Answers
250 Questions
Data Structures Interview Questions and Answers
250 Questions
Web Development Interview Questions and Answers
250 Questions
Algorithms Interview Questions and Answers
250 Questions
Software Development Interview Questions and Answers
250 Questions
Spring Boot Interview Questions and Answers
50 Questions
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

