Search
Creating iPhone application in PHP using iPFaces framework
iPFaces Mobile Application Framework
- Add new comment
- Read more
- 472 reads
Java Program Within Java Program
- 2 comments
- 713 reads
Java Animation
- 5 comments
- 626 reads
Sample Java Application Using ODBC/JDBC Driver
- 3 comments
- 1153 reads
Java
int x;
system.out.println(x);
What is the out put of this ??
IS there any auto initialisation method in java here
- a_jo9's blog
- 5 comments
- 439 reads
Writing Maintainable Codes
When working on a project where in you have to add features to an existing code written by other members of your team, you may have encountered problems understanding parts of the code. Sometimes the problems are caused by codes not well commented or sometimes the codes are simply unreadable.
Take this code for example:
- 2 comments
- Read more
- 609 reads
Speed-Up Software Development : Framework-Driven Development
Many software developers today are still using the old way of "write your own code" strategy. Although it may seem right for a developer's perspective in terms of skill enhancement and originality, when it comes to developing large-scale applications on a tight deadline, this may not seem to be the best approach.
- arjay_nacion's blog
- 4 comments
- Read more
- 1528 reads
SpringSource tc Server
If you were running apache tomcat server in your web server then most probably you face some problem on serving some of your servlet and jsp pages. One of the problems I encounter before with tomcat server is it’s hard to install. Especially if you are not an expert user in Linux operating system.
- admin's blog
- Add new comment
- Read more
- 438 reads
Exception Handling
What is an Exception?
Definition:
“When an unusual, irregular, abnormal or nonstandard condition arises in a sequence of code at run time this phenomenon is referred as Exception handling”
An exception is a runtime error.
- 2 comments
- Read more
- 1219 reads






