Java Interview Questions and Answers - 1
Question: 1
What is a platform?
A platform is the hardware or software environment in which a program runs.
Most platforms can be described as a combination of the operating system and hardware, like Windows 2000/XP, Linux, Solaris and MacOs.
Question: 2
Can Java code be compiled to machine dependent executable file?
Yes. There are many tools out there. If you did so, the generated exe file would be run in the specific platform, not cross plat-form.
Question: 3
Why classes in java are immutable?
All wrapper classes in java.lang are immutable –
String,
Integer,
Boolean,
Character,
Byte,
Short,
Long,
Float,
Double,
BigDecimal,
BigInteger.
Question: 4
What is the difference between static and non static variables?
A static variable is associated with the class as a whole rather than with specific instances of a class.
Non static variables take on unique values with each object instance.
Question: 5
What is a pointer?
Pointer means a reference handle to memory location.
Error Report!
- Java Interview Questions and Answers
- Top 1000+ Java Interview Questions and Answers Pdf
- Top 500+ Advanced Java Interview Questions 2020-2021
- Java Interview Questions and Answers for Freshers Pdf
- Java Interview Questions and Answers for Experienced Pdf
- Java Programming Basics Interview Questions
- Java OOPS Interview Questions for 3 years experienced
- Basic Java Programs Asked in Interview with Answers Pdf
- Java Programming Interview Questions and Answers
- C | C++ | Java Interview Questions and Answers
1000+ Hydraulic Machines Multiple Choice Questions and Answers Pdf More
1000+ Hydraulic Machines Objective Questions and Answers Pdf More
1000+ Hydraulics MCQ, Objective Questions and Answers Pdf More
Railway Interview Questions and Answers Pdf More
Top 1000+ Indian Railway MCQ Questions & Answers More
Top 1000+ Advanced Java Interview Questions 2020-2021 More
Zoology MCQS | Mock Test for NEET, TNPSC, MSC More
Top 50+ Environment Multiple Choice Questions and Answers More
1000+ TNPSC Group 2 Syllabus 2022 Pdf Download More
Top 500+ C Language Interview Questions and Answers Pdf More