Jokes- Boy VS Girl
Boy to Girl Before Exam: Hey All The Best,
Girl Also Told The Same.
But Girl Scored 80% Marks And Boy Failed.
Moral: Only Boys Wish With True Heart ♥ face-smile.png
Girl Also Told The Same.
But Girl Scored 80% Marks And Boy Failed.
Moral: Only Boys Wish With True Heart ♥ face-smile.png
IBPS-CWE for PO/MT Jobs
Common Written Examination(CWE) for recruitment of POs/MTs in 19 PSBs- CWE PO/MT-II
http://ibpsreg.sifyitest.com/ ibpspomgnttrainee/
Score card for Clerk Exam through IBPS are available for Qualified candidates
Score card for Clerk Exam through IBPS are available as well as View Process for Arriving at Standard Scores as well as Total Weighted Standard Score for CWE Clerk project 2011
for more visit
http://ibps.in/html/CWE_CL_Result.htm
for more visit
http://ibps.in/html/CWE_CL_Result.htm
OffCampus Drive by Computer Science Corporation visiting CGC ,CHANDIGARH
OffCampus Drive by Computer Science Corporation visiting CGC ,CHANDIGARH
register
http://www.cgc.edu.in/
http://www.cgc.edu.in/
register
http://www.cgc.edu.in/
http://www.cgc.edu.in/ registration-form.php?CID=2
Java Compilation and Exectuion Process---simple java program compilation
In the Java programming language, all source code is first written in plain text files ending with the
Steps:-
1.write your code in ".java" File say Demo.java. Use Notepad or Notepad++.Save it on your HDD.let us suppose it is saved on Desktop.
2.Open Command Prompt and first set Directory where You saved Your File(here we saved on desktop).
Use Command(windows)
cd desktop
Now,set the path upto the bin folder in JDK where all java tools are present.
use cmomand(for windows)
set path C:\Program Files\Java\jdk1.7.0\bin;
3.Compile the .java file ---->javac FileName javac Demo.java
4.this produces a .class file(native to JVM not to Processor) here it will be Demo.java
5.run the >class file using java tool----->java ClassName
java Demo
in this way you can run your simple application
you can try the below given code
.java
extension. Those source files are then compiled into .class
files by the javac
compiler. A .class
file does not contain code that is native to your processor; it instead contains bytecodes — the machine language of the Java Virtual Machine1 (Java VM). The java
launcher tool then runs your application with an instance of the Java Virtual Machine. Steps:-
1.write your code in ".java" File say Demo.java. Use Notepad or Notepad++.Save it on your HDD.let us suppose it is saved on Desktop.
2.Open Command Prompt and first set Directory where You saved Your File(here we saved on desktop).
Use Command(windows)
cd desktop
Now,set the path upto the bin folder in JDK where all java tools are present.
use cmomand(for windows)
set path C:\Program Files\Java\jdk1.7.0\bin;
3.Compile the .java file ---->javac FileName javac Demo.java
4.this produces a .class file(native to JVM not to Processor) here it will be Demo.java
5.run the >class file using java tool----->java ClassName
java Demo
in this way you can run your simple application
you can try the below given code
class HelloWorldApp {
public static void main(String[] args) {
System.out.println("Hello World!"); // Display the string.
}
}
Save it with HelloWorldApp.java and do the above procedure
Check Your GATE-2012 ORS Answer Sheet
Gate 2012 : See Your Evaluated ORS Answer Sheet Online For GATE 2012 OFFLINE examination, the images of ORS and the responses collected by the scanner for each question can be seen by the candidates on the respective GATE websites between 1st March 2012 (10:00 hrs) and 5th March, 2012 (18:00 hrs). To see the ORS image and the responses, the candidate needs to enter (i) registration number and (ii) date of birth. After entering the above information, the OFFLINE exam candidates can see an image of their ORS and the responses collected by the scanner for each question. How To Make Request for Rechecking: If there is a difference between the bubbled option in the ORS and the response collected by the scanner, the candidate can make a request to recheck the ORS by paying a fee of Rs 1000 in the form of a Demand Draft. To make a request for rechecking on the GATE website, you need to enter the DD number. Therefore, get the DD prepared first before trying to make the request on the GATE website. Requests for rechecking of the ORS can be made on the respective GATE websites strictly between 1st March 2012 (10:00 hrs) and 5th March, 2012 (18:00 hrs). After 5th March, 2012, no requests for rechecking of ORS will be entertained. Sending the Demand Draft: The demand draft should be made in favor of the Zonal Chairman of the Examination city and sent to their office by SPEED-POST only (see Table below). No other mode of postal communication will be accepted. Both the DD and post mark on the envelope should be dated on or before 5th March 2012. Your request will not be entertained otherwise.