You are on page 1of 1

Bhagwan Mahavir College of Computer Application

S.Y.B.C.A. SEM - IV
Subject: Programming in Core Java [1020201403]
Assignment – I
Assignment Date: 10-02-2024

1. Explain Structure Of java-program.


2. Explain Features or buzzwords of java-programming.
3. Explain Internal Structure of java-virtual machine.
4. State differentiates between java and c++.
5. What is JVM, JDK, JRE and byte code. Also write code of how java- programs
compile and run.
6. Define data type. Explain different data types in java.
7. Write syntax of constant, variable declaration in java and also explain the type of
variable, its scope with suitable examples.
8. Write syntax of all selection or decision making statements in java with suitable
examples.
9. Write syntax of exit, entry and foreach loop along with break and continue
statement with suitable examples.
10. What is type casting in java? Explain implicit and explicit type casting with suitable
examples.
11. How do we define immutable and mutable String objects with suitable example .also
explain at least five methods of String and StringBuffer Class.
12. What is auto boxing and unboxing in java? List out names of wrapper classes in
java.
13. Difference between Scanner and Buffered Reader class in java.
14. What is garbage collection in java? Write importance of finalize () method.

You might also like