Answer
Answer
Answer:- Yes! i'm having laptop with sufficenct ram and good processor.
Answer:-I thought the most significant in life is as in womens day i worked with
Answer):-Java is one of the best programming languages created ever, and I am not
saying this because I am a passionate Java developer, but Java has proved it in the
last 20 years. Two decades is a big time for any Programming language, and Java has
gained strength every passing day. Though there are times when Java development slows down
Java has responded well. Earlier with groundbreaking changes in the form of Enum, Generics
and Autoboxing in Java 5, performance improvement with Java 6, functional programming using
the lambda expressions in Java 8 and default method it's prove the actually requirements.
Answer):-Bytecode is the level of indirection and same bytecode can be executed on any OS
Bytecode execution for specific OS is respobsibility of JVM,JVM is the component which should
be OS aware as it need to execute bytecode for specific OS,JVM is not platform independent as
Answer):-JVM stands for Java Virtual Machine. It is an abstract computing machine that is responsible for
executing Java programs. When you write a Java program, the source code is compiled into byte
code
which is understandable by the JVM. Upon execution, the JVM translates byte code into machine
code
JRE stands for Java Runtime Environment. It provides the libraries, JVM and other components
necessary for you to run applets and applications written in the Java programming language.
JDK stands for Java Development Kit. It’s a superset of JRE. The JDK includes the JRE plus
command-line development tools such as compilers (javac) and debuggers (jdb) and others
(jar, javadoc, etc) that are necessary or useful for developing applets and applications.
current size if element added exceeds its capacity. Vector increments full of its current
Answer):- '==' operator is used for comparing both two primitives and two objects,== operator is always
compares
two objects by uisng their refences,We can not overload '=='operator to compare objects with
their state
By using '==' operator we can not compare incompatible objects, we will get Compile-time error.
By using '==' operator we can compare two nulls or an object and null.
equals() method can compare only two objects, equals() method compares two objects either by
using their references
we must override equals() method to compare objects with their state,By using equals() method
we can compare
incompatible objects, we false as result By using equals() method we can not compare two nulls or
an object and null
for two nulls comparision we will get compile-time error,for an object and null comparison we will
get false
and for a null and object comparison we will either compile-time error/runtime Exception
Anwser):- Layered Application,MVC1 AND MVC2 and Beans Based project i did.
9)Java does not support multiple inheritance. How did this prevent the “diamond problem” in the past,
and why is this no longer true?
Answer):- Java does not support multiple inheritance using classes.A class can extend only one class but
it can implement multiple interfaces.
According to our assumption, since Java supports multiple inheritance, we are trying to inherit
both classes siblings of super1 and Super2.
This issue is known as diamond problem in Java. Due to this Java does not support multiple
inheritance i.e., you cannot extend more than one other class.
Anwer):-I'm a intern i have did college classes related assingment work in project as i