| Related sites for http://java.about.com/ |
| Macworld_Subjects__iMovie Review of Apple's iMovie software. | | Atipa_Technologies Specializes in the design and turn key installation of large computational clusters based on Intel, AMD, and Alpha processors. Information about products and online ordering available. | | Enterasys_Networks A provider of network solutions. Products include routers. | | Prescott_Computer_Systems PCS is a Systems Integrator specializing in Web site building and computer and technology solutions for the Small Office/Home Office, SOHO, located in North Central Arizona. | | ASIC_Architect Design and manufacture of PCI Express and DDR I/II controller IP cores. Based in Santa Clara, California. | | RFC_2370 The OSPF Opaque LSA Option. R. Coltun. July 1998. | | maketool A simple GUI front-end to the GNU make utility. | | Screensaver_Gallery Collection includes: Christmas, 4th of July, Thanksgiving, Halloween, and Easter. | | CANDO_Tech_Center Provides career-oriented, technically advanced training and related services. Located in Wyoming, United States. | | Ready_Theatre_Systems Ticketing, Concessions, and Boxoffice Management software for the Motion Picture Industry."The economical windows based management solution" | | HardSID SID 6581/8580 hardware card for PCs. | | SV_Bookmark Features include support for various browsers and thumbnail images of sites. | | University_of_Kent Information Systems Security Group. | | How_to_Create_a_New_Big-8_Newsgroup Explains the newsgroup creation process in force in the Big 8 hierarchies. | | Engrade [Web-based] Free grading program that enables teachers to post assignments and grades for parents and students. | | Einstein@Home Uses a computer's idle time to search for spinning neutron stars (also called pulsars) using data from the LIGO and GEO gravitational wave detectors. | | World_Information_Pages Web site creators/designers in Central India. Also contains links of interest to those in India, such as links to political parties, chat rooms. | | Ludi\'s_Background_Patterns Paper, canvas, pasteboard and cardboard. | | Purpleglitter_com Free seamless background categories include: angel, animal, brick, candy, feather, flower, fractal, glass, glitter, gothic, jewel, lace, marble, metal, psychedelic, sea, sky, snow, stone, water, and w | | Optimum_Data_Recovery,_Inc_ Offers data recovery service for hard drives, RAID, tape and removable media. Locations in Houston, New York, Chicago and Los Angeles. |
|
Learn Java Tutorials, Tips, Help, and Resources for Learning Javavar ziRfw=0;function zIpSS(u){zpu(0,u,280,375,"ssWin")}function zIlb(l,t,f){var u=new Array([["1/XJ/W9","1/XJ/WP"],["1/XK/WB","1/XK/WQ"],["18/15m","1/XL/WR"]],[["18/15o","18/1Pp"]],[["1/XJ/WA","1/XJ/WP"],["1/XK/WC","1/XK/WQ"],["18/15m","1/XL/WR"],["18/15o","18/1Pp"]]);var p=l.parentNode.parentNode.parentNode.parentNode.id=="oC"?0:1;var clk;if(arguments.length==3){if(t==1){f=0}if(t==2&&!zIos(l.href)){f=3}clk=u[t][f][p]}else{var c=l.parentNode.parentNode.className;var t=c=="obE"?0:(c=="obS"?1:(c=="obO"?2:-1));var f=t==0?2:(t==1?0:(t==2&&zIos(l.href)?2:(t==2&&!zIos(l.href)?3:-1)));clk=u[t][f][p]}if(!clk)clk="18/15p";zT(l,clk)}function zIos(u){var r=(u.indexOf("&zu=")>0&&(u.substr(u.indexOf("&zu=")).indexOf("about.com")>0)||u.indexOf("http://")0)?false:true;return r}zOBT=" Ads"
zJs=10
zJs=11
zJs=12
zJs=13
zc(5,'jsc',zJs,9999999,'')
zDO=0
z930=zpreC(930,48);if(thin){z930=0};z160=zpreC(160,600);z336=zpreC(336,280);z728=zpreC(728,90);z155=zpreC(336,155);zItw=160;if(thin)gEI('abw').className='thin';Search Javavar h2=document.getElementsByTagName("h2")[0];if(h2.getElementsByTagName("a")[0].firstChild.nodeValue.length>28)h2.className="long";HomeComputing & TechnologyJavaif(z930==0 && z728>0){adunit('','',uy,ch,gs,728,90,'1','lb',1)} Emailw(x2+zWl+'?p=1" zT="18/1[N" rel="nofollow">Print')Java if(z930>0){adunit('','',uy,ch,gs,930,48,'1','s',1)}Must ReadsWhat Is Java?Download the Java Development KitInstall the Java SE Development KitCreate Your First Java ProgramReserved Words in Java Paul LeahyJava Guide Sign up for my NewsletterMy Bio My BlogMy Forum Browse TopicGetting StartedProgramming ConceptsTutorialsJava SyntaxBuilding ApplicationsCreate User InterfacesWeb ApplicationsJava GlossaryTools and UtilitiesCode ResourcesJava CommunityCareer InformationJava Naming ConventionsJava Programmers Follow Rules When Naming IdentifiersUsing standard Java naming conventions will increase the readability of your code and make it easier to maintain.Read moreRelated ArticlesJava Is Case SensitiveReserved Words in JavaCreating Your First Java Programzob();Learn About JavaFind out what Java is, who created it, and why people choose to program with it.Read moreNext StepsCreating Your First Java ProgramBuilding Your First Java AppletCreate a Simple Window Using JFramePaul's Java BlogAdd to: iGoogleMy Yahoo!RSSDesign and Create an Object in JavaThursday October 9, 2008Yesterday there was an introduction to object-oriented programming that dealt with the beginning theory of working with objects.
Today I thought you might fancy getting your hands dirty by looking at how to design and create an object in Java. After all you know what they say, all theory and no practice makes Jack a dull programmer.Comments (0)PermalinkLooking at Object-Oriented ProgrammingWednesday October 8, 2008Today sees the start of a series of articles on object-oriented programming. Learning about objects is fundamental to becoming a good Java programmer.
Before I start looking at how Java creates and uses objects it's best to introduce some theory behind object-oriented programming. You will learn what it means to create programs that are object-oriented, what objects are, their states and behaviors, and how they relate to data encapsulation.
Comments (2)PermalinkA Mandelbrot Displaying Java AppletTuesday October 7, 2008I'm still hunting around looking for any cool Java applets that might be out there. Today I came across StarFractal on the CodingMagic website, an applet that displays the Mandelbrot set. You can keep zooming in and see the same patterns emerge time and time again.
There's a couple of other Java Applets such as a 2D maze game and 3D boxes that bounce around and can be viewed from different angles, but it's the crazy fractal images that really caught my eye.Comments (0)PermalinkMonday's Programming QuestionMonday October 6, 2008Last week the challenge was to make a decoding program. It would seem silly not to make the encoder that goes with it.
Here's the same letter switch code:
Decodedabcdefghijklm
Encodedprjitgcoxbsyn
Decodednopqr
stuvwx
yz
Encodedwdemh
uvlzfq
ka
For example, the name "bob" becomes "rdr" (i.e., b=r, o=d, b=r). Don't worry about capital letters, just assume that all of the text is in lowercase.
This week write an encoder along the same principles of the decoder, except I want to highlight the difference between using a normal for loop and a "for each" loop. Your program should take a line of text entered by the user, use a combination of a for each loop and switch statement to encode it, and finally display the encoded line to the user.
The question is can your program encode this line?
it was a dark and stormy night
Comments (0)Permalink See More Blog EntrieszSB(2,5);Free Java Newsletter!Sign Upif(z336>0){w(''+ap[0]+at[4]+as[0]);adunit('','','about.com',ch,gs,336,280,'1','bb',3);w('')}if(z155>0){w(''+ap[0]+at[4]+as[0]);adunit('','','about.com',ch,gs,336,155,'1','ps',4);w('')} Discuss Recent Comments Looking at Object-Oriented Programming Free JavaServer Faces Book Monday's Programming Question Community Forum New posts to the Java forums:java arraysapplication is not workingproblem with this working if(zp[7].d){Dsp(zp[7],'ip')}if(zp[4].d){Dsp(zp[4],'ip')}if(zp[11].d){Dsp(zp[11],'ip')}zSB(3,3)Explore JavaMust ReadsWhat Is Java?Download the Java Development KitInstall the Java SE Development KitCreate Your First Java ProgramReserved Words in JavaWhat's HotCreating Your First ProgramReserved WordsWhat Is Java?Create a Simple WindowJava Naming ConventionsSearchBy CategoryGetting StartedProgramming ConceptsTutorialsJava SyntaxBuilding ApplicationsCreate User InterfacesWeb ApplicationsJava GlossaryTools and UtilitiesCode ResourcesJava CommunityCareer InformationsplitList(gEI('bc2').getElementsByTagName('ul')[0]); More from About.com Work Hard, Travel EasyThe best tips for business travelers. Dog CareGet tips on training and caring for dogs of all ages. 48 Hours in VegasPlan a hot weekend in Sin City. Hotel AdviceThe must-stay hotels worldwide. Browse All About.comprepareTools();zCi();validateForms(); Javavar h2=document.getElementsByTagName("h2")[0];if(h2.getElementsByTagName("a")[0].firstChild.nodeValue.length>28)h2.className="long";HomeComputing & TechnologyJavaMost PopularLatest ArticlesAdd to: iGoogleMy Yahoo!RSSAdvertising InfoNews & EventsWork at AboutSiteMapAll TopicsReprintsHelpUser AgreementEthics PolicyPatent Info.Privacy PolicyOur StoryBe a Guide©2008 About.com, a part of The New York Times Company.All rights reserved. var tcdacmd="dt;da"; |
|