fakecineaste
Monday, December 19, 2011
web 2.0
›
upload blogging social networking video sharing podcasting wiki online forums Before web 2.0 internet user is limited to just downl...
Sunday, December 4, 2011
jdk7 new features
›
switch on String Before JDK 7, only integral types can be used as selector for switch-case statement. In JDK 7, you can use a String object ...
Java Generics
›
Generics also provide compile-time type safety that allows programmers to catch invalid types at compile time. It would be nice if we could ...
Saturday, December 3, 2011
Local/Instance/Class Variables
›
There are three kinds of Java variables: Local variables declared in a method, constructor, or block. Local variables are not visible...
Checked vs Unchecked exceptions
›
Checked exceptions represent invalid conditions in areas outside the immediate control of the program (invalid user input, database problems...
Java Annotations
›
An annotation indicates that the declared element should be processed in some special way by a compiler, development tool, deployment tool, ...
Abstract classes vs. interfaces
›
Interface vs. abstract class Choosing interfaces and abstract classes is not an either/or proposition. If you need to change your design,...
J2SE 1.5 New Features and Enhancement
›
Java Language Features Generic Types Enhanced for Loop Autoboxing/Unboxing Enumerated Types Varargs Static Import Metadata (Annotations Gene...
design patterns interview questions
›
What are design patterns? A pattern is a proven (and recurring) solution to a problem in a context. Each pattern describes a problem whi...
Complexity and Big-O Notation
›
Complexity and Big-O Notation Be careful to differentiate between: Performance: how much time/memory/disk/ ... is actually used when a...
‹
›
Home
View web version