Java Notes-6
interface I { int i = Test.out(“i”, 1); int ii = Test.out(“ii”, 2); }interface J extends I { int j = Test.out(“j”, 3), jj = Test.out(“jj”, 4); }interface K extends J { int k = Test.out(“k”, 5); }class...
View ArticleHow to Import Existing Java Project in Eclipse
Open Eclipse -> Click on File Menu -> New -> Java Project Give Java Project Name Click on Finish; New Java Project will be available in Project Explorer -> Right Click on it… a See the Red...
View ArticleHow to Debug Java Project in Eclipse
Set the Toggle Point (From the line you want to start debugging) Please Remember, Debugging will only start if Your application flow will come to the toggle point which was set. If that statement wont...
View ArticleHow to install Microsoft SQL Server 2005
Install .net Framework 2.0 Download SQLExpress Install Microsoft SQL Server Management Studio Express Setup Done!!! d Related articles How to install Microsoft SQL Server 2005 (clean-clouds.com) Filed...
View ArticleMulti Choice Questions On SDLC
Question 1. How many steps are in the systems development life cycle (SDLC)? A. 4 B. 5 C. 6 D. 10 Question 2. The first step in the systems development life cycle (SDLC) is: A. Analysis. B. Design. C....
View ArticleMulti Choice Questions On C and C++ Part 1
Question 1 Identify the correct statement a. Programmer can use comments to include short explanations within the source code itself. b. All lines beginning with two slash signs are considered...
View ArticleHow to Solve Servlet Errors in Eclipse?
For new users, it’s common to encounter following errors while developing servlet in Eclipse (I am using eclipse-jee-indigo-SR2-win32) or without it: HttpServlet cannot be resolved to a type...
View ArticleHow to add Tomcat 7.x in Eclipse?
Select Server -> Server From Wizard Select Tomcat 7.0 Server Select the existing Tomcat distribution directory on your local machine. Existing Tomcat distribution directory path is provided Add the...
View ArticleDownload Free Whitepapers and Ebooks on Java
Download Free Whitepapers and Ebooks on Java Filed under: Free Resources, Free Whitepapers-Ebooks, Java, JEE / J2EE / JSP / Servlets
View ArticleHTTP Basics and Servlet Basics
Http and Servlet basics from AshishSingh Bhatia Related articles How to Solve Servlet Errors in Eclipse? (clean-clouds.com) How to Create and Run Web Project (Java) in Eclipse (clean-clouds.com) How...
View ArticleShare Point Foundation 2010 — Free Quick Reference Card
You can Use Linkedin Credentials to Download. This Share Point 2010 Quick Reference offers the fundamentals, as well as tips for using the various applications within the program. Related articles...
View ArticleInstall Tomcat 5 or 5.5.35 on Ubuntu 11.10 or 11.04 or 10.10 or 10.04 LTS
While it is possible that older versions of Tomcat may not be compatible with newer JVMs, all the currently supported Apache Tomcat versions (5.5.x, 6.0.x and 7.0.x) are known to run correctly on...
View ArticleConfiguration Maximums for VCP 4.1
Easy To Remember Virtual CPUs per virtual machine (Virtual SMP) 8 RAM per virtual machine 255GB Virtual machine swap file size 255GB Disk size 2TB minus 512 bytes Floppy controllers per virtual machine...
View ArticleHow to remove Empty Packages from Package Explorer in Eclipse
Open Eclipse -> Go to Package Explorer View Select Filters Java Element Filters in Eclipse… Done!!! Related articles How to add Tomcat 7.x in Eclipse? (clean-clouds.com) Filed under: How...
View ArticleopenSUSE 12.2 – Configure: error: no acceptable C compiler found in $PATH
While installing any package or while installing any product on openSUSE operation system, when you get the error Configure: error: no acceptable C compiler found in $PATH you need to install C/C++...
View ArticleFree Command-line Java Splitter: HJSplit
Download HJSplit Command-line for Java from http://www.hjsplit.org/java/ It is a Freeware command-line version of HJSplit for Java which can split files of 4 Gb and larger. To Split a File: Keep...
View ArticleForrester Research Report: SugarCRM Finds The Sweet Spot In CRM (Download Free)
Forrester outlines the success of SugarCRM‘s commercial open source business model and how the company has successfully bridged the gap between open source and fulfilling the needs of enterprise...
View ArticlePHP 5 Power Programming (Download Free)
In this book, PHP 5‘s co-creator and two leading PHP developers show you how to make the most of PHP 5′s industrial-strength enhancements in any project–no matter how large or complex. Their unique...
View ArticlejQuery: Novice To Ninja- Free 151 Page Preview (Download Free)
jQuery: Novice to Ninja will show you how to unleash the amazing power of jQuery. In this book excerpt, you’ll master all the major tricks and techniques that jQuery offers–within hours. jQuery has...
View ArticleHow to Remove Unbound classpath container / Build Path Entry Missing Error in...
How to Remove Unbound classpath container: Build Path Problem or Build Path Entry Missing Error? You might have set Execution environment i.e. JRE7 in Project for compilation but JRE7 is not added in...
View Article