Add office photos
Employer?
Claim Account for FREE

Brototype

3.5
based on 75 Reviews
Filter interviews by

FTS Building Systems Interview Questions and Answers

Updated 2 Aug 2024

Q1. how multiple inheritance is made possible in java

Ans.

Java does not support multiple inheritance, but it can be achieved through interfaces.

  • Java does not allow multiple inheritance of classes due to the diamond problem.

  • However, multiple inheritance can be achieved through interfaces.

  • A class can implement multiple interfaces, which can have their own default implementations.

  • Example: class A implements Interface1, Interface2 { }

Add your answer

Q2. explain the process of execption handling

Ans.

Exception handling is the process of handling errors and unexpected events in a program.

  • Exceptions are thrown when an error occurs in the program.

  • The try-catch block is used to handle exceptions.

  • The catch block catches the exception and handles it appropriately.

  • Finally block is used to execute code regardless of whether an exception was thrown or not.

  • Exception handling helps in making the program more robust and prevents it from crashing.

Add your answer

Q3. what is inheritance in java

Ans.

Inheritance in Java allows a class to inherit properties and behaviors from another class.

  • Inheritance enables code reusability and promotes the concept of hierarchical classification.

  • Subclasses can access the methods and fields of their superclass.

  • Example: class Dog extends Animal, where Dog inherits properties and behaviors from Animal.

Add your answer

Q4. what is multithreadind

Ans.

Multithreading is a programming concept where multiple threads within a process execute independently to improve performance.

  • Multithreading allows for concurrent execution of tasks within a single process

  • Threads share the same memory space, allowing for efficient communication and data sharing

  • Examples include running multiple tasks simultaneously in a web server or processing multiple data streams in a video editing software

Add your answer
Discover FTS Building Systems interview dos and don'ts from real experiences

Q5. what is a calss

Ans.

A class is a blueprint for creating objects in object-oriented programming.

  • Classes define the properties and behaviors of objects.

  • Objects are instances of classes.

  • Classes can inherit properties and behaviors from other classes.

  • Example: Class 'Car' may have properties like 'color' and 'model', and behaviors like 'drive' and 'stop'.

Add your answer

Q6. what is oops,java

Ans.

OOPs (Object-Oriented Programming) is a programming paradigm based on the concept of objects, which can contain data and code.

  • OOPs focuses on creating reusable code by organizing data into objects and defining their behavior through methods.

  • Java is a popular programming language that supports OOPs principles such as encapsulation, inheritance, polymorphism, and abstraction.

  • Example: In Java, a class 'Car' can have attributes like 'model' and 'color' and methods like 'drive()' ...read more

Add your answer

Q7. Oops concept in java

Ans.

Oops concept in Java refers to Object-Oriented Programming principles like Inheritance, Encapsulation, Polymorphism, and Abstraction.

  • Inheritance allows a class to inherit properties and behavior from another class.

  • Encapsulation involves bundling data and methods that operate on the data into a single unit.

  • Polymorphism allows objects to be treated as instances of their parent class.

  • Abstraction hides the implementation details and only shows the necessary features to the outsid...read more

Add your answer
Contribute & help others!
Write a review
Share interview
Contribute salary
Add office photos

Interview Process at FTS Building Systems

based on 6 interviews in the last 1 year
Interview experience
3.8
Good
View more
Interview Tips & Stories
Ace your next interview with expert advice and inspiring stories

Top Interview Questions from Similar Companies

3.7
 • 6k Interview Questions
3.6
 • 1.6k Interview Questions
3.6
 • 377 Interview Questions
3.5
 • 299 Interview Questions
3.8
 • 142 Interview Questions
3.8
 • 129 Interview Questions
View all
Top Brototype Interview Questions And Answers
Share an Interview
Stay ahead in your career. Get AmbitionBox app
qr-code
Helping over 1 Crore job seekers every month in choosing their right fit company
70 Lakh+

Reviews

5 Lakh+

Interviews

4 Crore+

Salaries

1 Cr+

Users/Month

Contribute to help millions
Get AmbitionBox app

Made with ❤️ in India. Trademarks belong to their respective owners. All rights reserved © 2024 Info Edge (India) Ltd.

Follow us
  • Youtube
  • Instagram
  • LinkedIn
  • Facebook
  • Twitter