Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Assignment 1

Theory:

Q: 1: Write Short note on:

1. JVM
2. JRE
3. JIT

Q2: Explain all kinds of Loops and Conditional Statements used in Java?

Q3: Differentiate overloading and overriding in Java by using Suitable Example?

Q4: Differentiate between interfaces and abstract class in Java by using suitable example?

Q5: Differentiate between mutable and immutable strings in Java by using suitable example?

Q6: Discuss arrays and its types in Java?

Q7: Write a short note on Wrapper classes in Java?

Practical

Q1: WAP in Java to search the number form an Array?

Q2: WAP to find duplicate values from an Array?

Q3: WAP to find smallest and largest values from an Array?

Q4: WAP to reverse the content of an Array?

Q5: WAP in Java to check whether string contains vowel or not. If yes then find number of vowels it
contain?

Q6: WAP to check whether “hello” is present in entered string or not?

Q7: WAP to delete all the vowels in given string and replace them by “NULL”? (use string builder)

Q8: WAP to design arithmetic calculator in Java (Choice based) by using command line arguments?

Q9: WAP in Java top show Type Casting?

Q10: WAP in Java to show matrix multiplication by using Jagged Arrays?

You might also like