fakecineaste

Saturday, July 19, 2014

cd dvd formats

›
CD-R (compact disc recordable) CD-RW (compact disc re-writable) DVD (Digital Versatile Disc) DVD-RW    Digital Versatile Disc - Rewriteab...
Thursday, July 10, 2014

literal

›
In computer science, a literal is a notation for representing a fixed value in source code. In contrast to literals, variables or constan...

Static Import in Java

›
import static java.lang.Math.PI; double r = cos(PI * theta); http://viralpatel.net/blogs/static-import-java-example-tutorial/ Static i...

BigDecimal

›
How to Use Java BigDecimal Ability to specify a scale, which represents the number of digits after the decimal place Ability to specify a...

CamelCase Java Naming Convention

›
CamelCase Java Naming Convention CamelCase (also known as Upper CamelCase) is where each new word begins with a capital letter (e.g., CamelC...
Monday, July 7, 2014

association vs composition

›
COMPOSITION Imagine a software firm that is composed of different Business Units (or departments) like Storage BU, Networking BU. Automobile...
Wednesday, June 25, 2014

ARM architecture

›
ARM architecture ARM is a family of instruction set architectures for computer processors based on a reduced instruction set computing (...
Tuesday, June 24, 2014

There are four different ways to create objects in java

›
There are four different ways to create objects in java 1. The new keyword 2. The Class.forName() 3. The clone() method 4. The object des...

Personal Package Archives

›
Personal Package Archives (PPA) allow you to upload Ubuntu source packages to be built and published as an apt repository by Launchpad. ...
Saturday, June 14, 2014

Model View ViewModel

›
Model View ViewModel Model View ViewModel Model View ViewModel (MVVM) is an architectural pattern for software development. MVVM is a var...
Monday, May 26, 2014

New features in Java 1.8

›
    Lambda expressions     Remove the Permanent Generation     Small VM     Parallel Array Sorting     Bulk Data Operations for Collectio...
Wednesday, May 21, 2014

SOLID

›
SOLID In computer programming, SOLID (Single responsibility, Open-closed, Liskov substitution, Interface segregation and Dependency inver...
Friday, May 9, 2014

IPv5

›
What Happened to IPv5? IPv5 never became an official protocol. Internet Stream Protocol (ST) was considered IP version five by industry r...
Monday, May 5, 2014

Cost-Benefit Analysis

›
Performing a Cost-Benefit Analysis Cost-benefit analyses help you to     Decide whether to undertake a project or decide which of seve...

Server Form Factors

›
Server Form Factors form factor refers to the size, shape, and packaging of a hardware device. Server computers typically come in one of ...

Total Cost of Ownership

›
Total Cost of Ownership (TCO) is an analysis meant to uncover all the lifetime costs that follow from owning certain kinds of assets. Owner...

open hardware

›
The servers themselves are 1.5U high, half again as high as the normal 1-U rack, Facebook executives said. That allows Facebook to build mo...

blade servers

›
A server architecture that houses multiple server modules ("blades") in a single chassis. It is widely used in datacenters to s...
Sunday, May 4, 2014

Bitcoin

›
Bitcoin Bitcoin is a peer-to-peer payment system introduced as open source software in 2009 by developer Satoshi Nakamoto The digital cu...

ICANN

›
ICANN The Internet Corporation for Assigned Names and Numbers  is a nonprofit organization that coordinates the Internet's global dom...

Proof-of-work

›
Proof-of-work A proof-of-work (POW) system (or protocol, or function) is an economic measure to deter denial of service attacks and other...

Denial of Service attack

›
Layer 7 DDoS attack (L7 DDoS attack) Layer 7 DDoS attacks are some of the most difficult attacks to mitigate against because they mimic hu...
Wednesday, April 23, 2014

JSR 250

›
Spring JSR-250 Annotations Spring also JSR-250 based annotations which include @PostConstruct, @PreDestroy and @Resource annotations. Th...

pojo id in hibernate

›
Suppose you are developing a course management system for a training center. The first class you create for this system is Course. This c...

Connection pooling

›
Hibernate's own connection pooling algorithm is, however, quite rudimentary. You should use a third party pool for best performance a...

hibernate.hbm2ddl.auto

›
Automatically validates or exports schema DDL to the database when the SessionFactory is created. With create-drop, the database schema wil...
‹
›
Home
View web version
Powered by Blogger.