


this blog is all about java... I am interested in cricket so i spent some time to write about cricket also....



Before sit to the scjp exam you must build confidence in your heart
for that you must follow all ares covered in the exam. do more than 250 question and prepare your self...
that will help you lot. you can buy exam simulators.
you can pass the exam very easily
You should have knowledge in this areas
1. Declarations and Access Control
a. Identifiers & JavaBeans
b. Declare Classes
c. Declare Interfaces
d. Declare Class Members
2. Object Orientation
a. Encapsulation
b. Inheritance
c. Polymorphism
d. Overriding / Overloading
e. Reference Variable Casting
f. Implementing an Interface
g. Legal Return Types
h. Constructors and Instantiation
i. Statics
j. Coupling and Cohesion
3. Assignments
a. Stack and Heap
b. Literals, Assignments, and Variables
c. Passing Variables into Methods
d. Array Declaration, Construction, and Initialization
e. Using Wrapper Classes and Boxing
f. Overloading
g. Garbage Collection
h.
4. Operators
a. Java Operators
5. Flow Control, Exceptions, and Assertions
a. if and switch Statements
b. Loops and Iterators
c. Handling Exceptions
d. Common Exceptions and Errors
e. Working with the Assertion Mechanism
6. Strings, I/O, Formatting, and Parsing
a. String, StringBuilder, and StringBuffer
b. File Navigation and I/O
c. Serialization
d. Dates, Numbers, and Currency
e. Parsing, Tokenizing, and Formatting
7. Generics and Collections
a. Overriding hashCode() and equals()
b. Collections
c. Using the Collections Framework
d. Generic Types
8. Inner Classes
a. Inner Classes
b. Method-Local Inner Classes
c. Anonymous Inner Classes
d. Static Nested Classes
9. Threads
a. Defining, Instantiating, and Starting Threads
b. Thread States and Transitions
c. Synchronizing Code
d. Thread Interaction
10. Development
a. Using the javac and java Commands
b. JAR Files
c. Using Static Imports
c:\jdk and your path is currently set to C:\WINDOWS\SYSTEM32, then you would change your path to read C:\WINDOWS\SYSTEM32;c:\jdk\bin c:\autoexec.bat file and add the following line at the end: SET PATH=%PATH%;c:\jdk\bin export PATH=/path/to/java:$PATH The "JDK" is the Java Development Kit. I.e., the JDK is bundle of software that you can use to develop Java based software. The "JRE" is the Java Runtime Environment. I.e., the JRE is an implementation of the Java Virtual Machine which actually executes Java programs.
Typically, each JDK contains one (or more) JRE's along with the various development tools like the Java source compilers, bundling and deployment tools, debuggers, development libraries, etc.
1. AmyThese are the Java IDE for linux.
