What are the buzzwords of java? List and explain them.
[7 marks]What are different types of loops available in java? List and explain them.
[7 marks]i) What is variable length arguments? Explain. ii) What is use of this and super keywords?
[4 marks]What is constructor? What is use of constructor? Discuss different types of constructors.
[7 marks]What is method overloading? Explain with a suitable example.
[7 marks](i) What do you mean by static and non-static members of a class? (ii) What is auto boxing and auto-unboxing? Explain.
[3 marks]What is inheritance? How it can be useful? Explain with a suitable example.
[7 marks](i) What is use of static block? Explain with code. (ii) Explain different uses of final keyword.
[3 marks]What is abstract class and abstract methods? Explain with suitable example.
[7 marks]What is package? How it is useful? How can we create and use a package?
[7 marks]How can we achieve multiple inheritance in java? Explain with a suitable example.
[7 marks]What is exception? How can we handle a runtime error in java? Explain with a suitable example.
[7 marks]i) Differentiate : String and StringBuffer. ii) Discuss Set and List interface.
[4 marks]What is thread? What are different ways to create a thread in java? Explain any one with example.
[7 marks]Write a java program to copy contents of one file to another. Input name of files from command line.
[7 marks]What is Byte stream? What is use of InputSteam and OutputStream classes? Also discuss its methods.
[7 marks]What is Generic class? How can we define Generic class in java? Explain with an example.
[7 marks]