pg

www.audisankara.com

ASCET ENTRANCE

Thursday, March 13, 2014

MBA MCA merit list

...

Wednesday, March 12, 2014

Wednesday, November 20, 2013

Hcl 21 nov walk-in

Job Description:HCL Technologies Off-Campus for Freshers : 2011 / 2012 / 2013 Passout : Trainee : On 21st Nov 2013 for  Hyderabad location. Apply on or before Thursday, November 21, 2013 Skill Sets:Trainees -  Good Written and Verbal Communication Skills Education:BE / B.Tech (CS, IT, ECE, EEE) / BCA / B.Sc  / Arts & Graduate Experience:Freshers (2011 / 2012 / 2013 Passout) Job Location:Hyderabad Address:Sree Dattha...

core java questions

What is the difference between procedural and object-oriented programs?- a) In procedural program, programming logic follows certain procedures and the instructions are executed one after another. In OOP program, unit of program is object, which is nothing but combination of data and code. b) In procedural program, data is exposed to the whole program whereas in OOPs program, it is accessible with in the object and which in turn assures the security...

Java Frequently Asked Questions & Answers

What are Encapsulation, Inheritance and Polymorphism?- Encapsulation is the mechanism that binds together code and data it manipulates and keeps both safe from outside interference and misuse. Inheritance is the process by which one object acquires the properties of another object.Polymorphism is the feature that allows one interface to be used for general class actions.What is OOPs?- Object oriented programming organizes a program around...

Monday, November 18, 2013

Upload file one place to another place

Next → FileUpload Application in Servlet Posted on 26/11/2011 by Admin Here We are going to see,How to create a FileUploadApplication using Java Zoom API Directory Structure upload1.html <form action="uplurl" method="post" enctype="multipart/form-data"> Select File1 <input type="file" name="file1" /> Select File2 <input type="file" name="file2" /> <input type="Submit" value="Upload"...