Showing posts with label Java. Show all posts
Showing posts with label Java. Show all posts

25 Aug 2013

Java Questions For Exams...

Some Java Questions....

  • What is JAVA?
  • Explain The Features of JAVA.
  • How many types of Modifiers are in Java? Explain Each.
  • How many type of Classes available in Java? Explain any two with example.
  • How many data types are available in Java? Explain all Wrapper class for that data type.
  • What is abstract class? Explain with example.
  • What is object class? Explain with example.
  • Class defined in Java without using extends keyword having parent(super) class.Explain Why?
  • It is not compulsory to import java.lang package in Java source file.Explain Why?
  • Define checked and unchecked exception.
  • Discuss instance of operator in brief.
  • Define Words : Final, Finally, Finalize, Super, enum, Synchronized, Variable Shadowing, Package, Import.
  • What is bytecode? How it generates?
  • Diffrence between:-
  • Public - Protected.
  • Abstract class - Object class.
  • character stream - byte stream.
  • Abstract class - Interface.
  • Catch - Finally.
  • Applet - Form.
  • A method in Interface is always abstract. Why? 
  • When no constructor defined in class then also object of such class can be created. Why?
  •  
  • Abstract and final can not be used together. Justify.
  • List any two AWT components.
  • What is use of import statement?
  • Differentiate throw and throws.
  • Discuss Piped streams in brief.
  • What is meta-annotation.
  • What is Inheritence? List types of inheritence.
  • Explain Thread Life Cycle.
  • Explain Applet Life Cycle.
  • How File handling works in java. List any three operations on file and explain it.
  • Explain Framework. What do you mean by an Applet?
  • What is the difference between "==" operator and equals() method of Object class?
  • Explain the difference between Comparable and the Comparator interfaces.
  • Write a short note on the role of Pattern and Matcher class for handling
  • regular expression with example.
  • Define anonymous class.
  • Explain the functionality of ItemEvent and TextEvent with example.


Courtesy :-
GTU Final Exam Papers.

29 Jul 2013

The Books For Learning Java...

The Books for Learning Java......

Java Logo

Java Introduction:- 
Java is a general-purpose, concurrent, class-based, object-oriented computer programming language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere" (WORA), meaning that code that runs on one platform does not need to be recompiled to run on another. Java applications are typically compiled to byte code (class file) that can run on any Java virtual machine (JVM) regardless of computer architecture. Java is, as of 2013, one of the most popular programming languages in use, particularly for client-server web applications, with a reported 10 million users. Java was originally developed by James Gosling at Sun Microsystems (which has since merged into Oracle Corporation) and released in 1995 as a core component of Sun Microsystems' Java platform. The language derives much of its syntax from C and C++, but it has fewer low-level facilities than either of them.

(1)Java Programming Language Handbook By David H. Friedel and Anthony Potts:-

The basics Note is very helpful for the students which are new in this field. This book is sequentially managed from start to end. The normal student can easily understand the writings of this book.

Click here to Download this Book

(2) Core Java:- 

The Core Java Subject is the main aim of this book. This PDF Contains Fundamentals, Boot Strapping, Basic Language Syntax, Common caveat, Coding Conviction. This Book is very useful while Exam is on the head and you are a simple collage boy who never reads.

Click here To Download This Book 

(3) Introduction To Java :-

This Slideshow Contains all the major topics of JAVA. This Slideshow is very helpful when you are one day ago from exam. This is written very smoothly and understandable topics make it easy to learn. Anyone can learn basics of Java from this slideshow.

Click here for Download This Book

Comments

© 2013-2016 ITTechnocrates. All rights resevered. Developed by Bhavya Mehta