https://www.pharmatutor.org/content/july-2024/biocon-biologics-walk-in-drive-for-mpharm-bpharm-msc-in-qa-qc-manufacturing
Just a few interview questions which I faced in the interviews ... the thought of sharing.. 1) What is JVM? 2) What is JDK? 3) What is JRE? Differences between JDK and JRE? 4) How Java is platform independent? 5) When you say java FileName what happens? Every time it creates a new JVM instance or how? 6) What are the benefits/features of java? 7) What are the differences between C# and Java? 8) What are the major properties of java? i.e. Encapsulation, Inheritance, Abstraction and polymorphism. Explain those and give some examples of them. 9) What is the difference between interface and abstract class? Examples of each and when to use what? 10) How the string is immutable? What is immutable? Any other classes in java are immutable? 11) How you can create an immutable class? What happens internally? 12) What are the differences between final, finally and finalize? 13) What are differences between string buffer and string builder and when to use what? 14) Va