Practice Aptitude tests online: It’s more than likely you’ll sit your aptitude test on a computer so get used to practicing them online. Get all the right tools: Ensure you have a…
September 2015
-
-
There are various software development approaches ,these approaches are also referred as “Software Development Process Models” (e.g. Waterfall model, incremental model, V-model, iterative…
-
All major browsers (Google chrome, Mozilla firefox, Safari and Internet explorer) has default functionality of auto complete the textboxes values means when user start to type value in…
-
The requirement of downloading all CSV or XLSX on FTP server in asp.net using c#. I have share the code how I have solve this issue. We can download any…
-
The classification of different types of test tools according to the test process activities. The ‘(D)’ written after the types of tool indicates that these tools are mostly used by…
-
A Database Management System (DBMS) is described as a set of computer programs that manages the creation, maintenance, and administration…
- APEXSALESFORCETrigger
Automatically convert Lead to Account, Contact and Opportunity using Apex Trigger
Automatically convert Lead to Contact using Apex Trigger Requirement: Automatically convert Lead to Account, Contact and Opportunity using Apex Trigger if the Lead Status = Open For Example: Here we…
-
1.Struts2 Apache Struts 2 is an enterprise-ready web framework for Java application. It has been designed to streamline the entire development cycle starting from building to deploying. Struts 2 is…
-
FORMULA LIST: Algebra : 1.Sum of first n natural numbers = n(n+1)/2 2.Sum of the squares of first n natural numbers = n(n+1)(2n+1)/6 3.Sum of the cubes of first n…
-
java.io: For input and output of data. java.lang: It is used for providing core functionality. java.lang.ref: It is used to enable interaction with garbage collector. java.lang.reflect: It is used to…