peoplebrowser.blogspot.com
People Browser: AGRICULTURE & MEDICINE BOOKLET - CODE – B
http://peoplebrowser.blogspot.com/2010/06/agriculture-medicine-booklet-code-b.html
Sunday, June 6, 2010. AGRICULTURE and MEDICINE BOOKLET - CODE – B. QNo 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20. Ans 2 1 2 4 3 4 4 4 3 3 3 4 3 3 2 1 1 3 1 4. QNo 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40. Ans 4 4 1 4 3 3 3 1 4 1 2 3 2 3 4 2 1 2 2 3. QNo 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60. Ans 3 3 2 4 2 4 1 2 3 2 2 4 3 3 2 3 3 2 2 3. QNo 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80. Ans 4 1 2 3 3 3 2 2 2 1 2 3 2 3 1 2 2 3 3 2. Have you bo...
sasajava.blogspot.com
SASA JAVA: April 2010
http://sasajava.blogspot.com/2010_04_01_archive.html
Tuesday, April 27, 2010. Java play wav file. Complete source code below will show you, how to play wav file in java. Import java.io.File;. Import javax.sound.sampled.AudioFormat;. Import javax.sound.sampled.AudioInputStream;. Import javax.sound.sampled.AudioSystem;. Import javax.sound.sampled.DataLine;. Import javax.sound.sampled.SourceDataLine;. Public static void main(String[]args). String filename="Star-Wars-4118.wav";. Int EXTERNAL BUFFER SIZE = 524288;. File soundFile = new File(filename);. Closes t...
sasajava.blogspot.com
SASA JAVA: March 2010
http://sasajava.blogspot.com/2010_03_01_archive.html
Sunday, March 14, 2010. Monday, March 8, 2010. Local inner class method. Sometimes we can declare a class inside a method such type of classes are called method local. The main purpose of method local inner classes is to define method specific functionality. The scope of method local inner classes is the scope of the method where it is declared. This is the mostly rarely used type of inner classes. Public void sum(int I,int j){. System.out.println(i J);. Inner i=new Inner();. Public static void main(){.
sasajava.blogspot.com
SASA JAVA: April 2009
http://sasajava.blogspot.com/2009_04_01_archive.html
Monday, April 6, 2009. 160; In this diagram PERSON is the base class, and OLD PERSON, YOUNG PERSON both are the child classes to PERSON and YOUNG PERSON have the three more childs. 160; So we can call PERSON class data members and member function from YOUNG PERSON and OLD PERSON classes. Subscribe to: Posts (Atom). Follow me on twitter. Indian Stocks update (BSE). Astronomy Picture of the Day.
sasajava.blogspot.com
SASA JAVA: Sample Map Function in JAVA (Part of Map Reduce)
http://sasajava.blogspot.com/2014/11/sample-map-function-in-java.html
Thursday, November 6, 2014. Sample Map Function in JAVA (Part of Map Reduce). Map function splitting the data into chunks. Package com.mapreduce.devx;. Import java.io.BufferedReader;. Import java.io.InputStreamReader;. Import java.net.URI;. Import java.util.StringTokenizer;. Import org.apache.commons.logging.Log;. Import org.apache.commons.logging.LogFactory;. Import org.apache.hadoop.conf.Configuration;. Import org.apache.hadoop.fs.FileSystem;. Import org.apache.hadoop.fs.Path;. Path file path;. Check v...
sasajava.blogspot.com
SASA JAVA: May 2009
http://sasajava.blogspot.com/2009_05_01_archive.html
Thursday, May 28, 2009. Setting the CLASSPATH System Variable. To display the current CLASSPATH variable, use these commands in Windows and Unix (Bourne shell): . To delete the current contents of the CLASSPATH variable, use these commands: . Unset CLASSPATH; export CLASSPATH. To set the CLASSPATH variable, use these commands (for example): . C: set CLASSPATH=C: users george java classes. CLASSPATH=/home/george/java/classes; export CLASSPATH. Subscribe to: Posts (Atom). Follow me on twitter.
sasajava.blogspot.com
SASA JAVA: May 2010
http://sasajava.blogspot.com/2010_05_01_archive.html
Saturday, May 22, 2010. SCJP 1.4 Objectives. Section 1: Declarations and Access Control. Write code that declares, constructs and initializes arrays of any base type using any of the permitted forms both for declaration and for initialization. For a given class, determine if a default constructor will be created and if so state the prototype of that constructor. Identify legal return types for any method given the declarations of all related methods in this or parent classes. Recognize the effect of an e...
sasajava.blogspot.com
SASA JAVA: Border Layout
http://sasajava.blogspot.com/2010/07/border-layout.html
Thursday, July 8, 2010. BorderLayout divides the container into five Geographical regions namely. North,South,East,West and Center.This is very commonly used Lyout. Manager.You can add at most one component to each region of a BorderLayout. To put more than one component in a section, put them in a JPanel (with its own layout),. Then add that panel to the border layout. If nothing is added to a region then neighbouring regions go on to fill up space. New BorderLayout(int hgap,int vgap);. DropDown Menu or...
peoplebrowser.blogspot.com
People Browser: ENGINEERING BOOKLET - CODE – C
http://peoplebrowser.blogspot.com/2010/06/engineering-booklet-code-c.html
Sunday, June 6, 2010. ENGINEERING BOOKLET - CODE – C. QNo 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20. Ans 2 3 1 1 2 4 1 2 3 3 1 2 3 3 3 2 3 4 2 2. QNo 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40. Ans 2 2 1 2 2 3 2 2 3 3 2 4 1 1 1 3 4 3 2 4. QNo 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60. Ans 4 3 4 2 3 4 1 1 2 4 4 4 1 3 2 1 2 1 4 2. QNo 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80. Ans 3 1 2 1 1 2 3 2 2 3 1 1 3 1 1 1 4 4 1 3. Have you bought a $9....
peoplebrowser.blogspot.com
People Browser: EAMCET-2010 PRELIMINARY KEY
http://peoplebrowser.blogspot.com/2010/06/eamcet-2010-preliminary-key.html
Sunday, June 6, 2010. Subscribe to: Post Comments (Atom). EAMCET-2010 AGRICULTURE and MEDICINE PRELIMINARY KEY. EAMCET-2010 ENGINEERING PRELIMINARY KEYS. AGRICULTURE and MEDICINE BOOKLET - CODE – D. AGRICULTURE and MEDICINE BOOKLET - CODE – C. AGRICULTURE and MEDICINE BOOKLET - CODE – B. AGRICULTURE and MEDICINE BOOKLET - CODE – A. ENGINEERING BOOKLET - CODE – D. ENGINEERING BOOKLET - CODE – C. ENGINEERING BOOKLET - CODE – B. ENGINEERING BOOKLET - CODE – A. Jdbc Mysql Connection String.