Pergunta de entrevista da empresa Tata Consultancy Services

what are four fundamental concepts of Java?

Respostas da entrevista

Sigiloso

27 de out. de 2017

Java is − Object Oriented − In Java, everything is an Object. Java can be easily extended since it is based on the Object model. Platform Independent − Unlike many other programming languages including C and C++, when Java is compiled, it is not compiled into platform specific machine, rather into platform independent byte code. This byte code is distributed over the web and interpreted by the Virtual Machine (JVM) on whichever platform it is being run on. Simple − Java is designed to be easy to learn. If you understand the basic concept of OOP Java, it would be easy to master. Secure − With Java's secure feature it enables to develop virus-free, tamper-free systems. Authentication techniques are based on public-key encryption.

2

Sigiloso

17 de set. de 2020

I think you should mention and explain APIE = Abstraction , Polymorphism, Inheritance and Encapsulation

1