Traditional Layered architecture has 4 main parts (Layers ). Presentation Layer Business Layer Persistence Layer Database Layer....
Home
Academic
Showing posts with label Academic. Show all posts
Showing posts with label Academic. Show all posts
What is the difference between equals() and == in Java
Java object has a M emory Location and State (depends on the values in the object). Integer intObj1 = new Integer(10); Above we have cre...
MVP(Do not use MVC) for Windows Form Applications
MVP is a derivation of the MVC pattern. M - Model V - View P - Presenter In MVP, view receives the events from the UI and cal...
Getting Started with Wordpress
In this post, I will be describing a step by step guide to set up a wordpress site in your local computer and continue with the deve...
What is Aspect Oriented Programming (AOP)
A program could contains functionality(cross-cutting concerns ) that affects the whole application and should be centralized in one ...
Currency masked TextBox in C#
Hi, I went though so many web pages and i couldn't find a simple currency masked TextBox which simple and easy to understand. Belo...
Node.js introduction
Node.js Is a platform that can be used to build scalable network application using javascript on server-side. Google chrome runs on a run ...
Understanding The JAVA Memory Model
Basic Structure of the java memory model : diagram 1 Below image will illustrate the above diagram much further, diagram 2 J...
Why Should You Learn JAVA ?????????????
This is for those who are struggling choose what programming language they should learn and to people who are new to programming. ...

How to install NetBeans IDE 8.0 in Ubuntu 14.04
How to install NetBeans IDE 8.0 in Ubuntu 14.04 ...
Calculator Created with Microsoft Visual C++ 2010
Source code and the set up file can downloaded from below links. Project File Set up
Super Mario - Rocket Fight || Created with JS
Small game created with JS. Under Construction. This has some issues.But works. .Give me feedback people. I have used javascript , jQuery,...
Subscribe to:
Posts
(
Atom
)