• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

code snippets

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am a Java Beginner studying for the SCJP. I've been trying the code snippets from the books, but would like to see the entire code of a somewhat larger java program than these books provide. Can anyone help ?
Also, I would like to execute a java program from an HTML web page. Can anyone help me to set that up ?
 
Sheriff
Posts: 9109
12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The Deitel books like Java How To Program by Harvey M. Deitel, Paul J. Deitel, for example, are chock full of code examples, full programs that take several pages each.
 
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also, I would like to execute a java program from an HTML web page. Can anyone help me to set that up ?
Are you perhaps wanting to learn Java Applets? If so, you might want to mosey on over to The Writing Applets Trail of Sun's Java Tutorial.
Otherwise, what did you have in mind exactly?
 
Dirk Schreckmann
Sheriff
Posts: 7023
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am a Java Beginner studying for the SCJP. I've been trying the code snippets from the books, but would like to see the entire code of a somewhat larger java program than these books provide. Can anyone help ?
(Allow me to recycle a recent post...)
If you're looking for examples, you might want to mosey on over to The JavaRanch Codebarn, take a look at Paul's new project, Jenny the db code generator, or head on over to SourceForge - a great site with lots of open source projects that come in handy. And don't miss out on all J2SE source code located in the src.jar or src.zip file of many J2SDK installations.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic