<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Netvouz / emweb / tag / java</title>
<link>http://netvouz.com/emweb/tag/java?feed=rss&amp;pg=2</link>
<description>emweb&#39;s bookmarks tagged &quot;java&quot; on Netvouz</description>
<item><title>Java 101: What if I Don&#39;t Know Java?</title>
<link>http://dev2dev.bea.com/pub/a/2004/01/java101.html</link>
<description>Today, more and more languages have the same concepts, control structures, and even syntax. If you&#39;re new to the world of object oriented programming, though, there are a few &quot;gotchas&quot; you should be aware of. For the most part, WebLogic Workshop hides most of these details from you - letting you focus on the procedural business logic that really matters - but its always good to be aware of some of the details. This section outlines the basic rules of Java syntax and gives a brief introduction to some of the Java concepts that will be important for you to be familiar with as a WebLogic Workshop developer. For a more detailed and thorough introduction to the language, we&#39;ve recommended several books and introductory courses that will help you get started.</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Fri, 02 Mar 2007 07:32:26 GMT</pubDate>
</item><item><title>Java Glossary: Definitions for Common Terms and Acronyms Used in the Java Industry</title>
<link>http://java.about.com/od/beginningjava/a/javaglossary.htm</link>
<description>Suggested Reading Java KeywordsJava Programming TutorialBeginning Java Programming Join the Discussion Focus on Java Forum Related Articles Computing Linux Unix GlossaryComputing Linux Unix Glossarygnome-pm - What is gnome-pmFocus on Java TechnologyJIT (Just-In-Time) Compiler - What is JIT (Just-In-Time...</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Wed, 28 Feb 2007 09:02:43 GMT</pubDate>
</item><item><title>Java Glossary: JPEG encoder</title>
<link>http://mindprod.com/jgloss/jpegencoder.html</link>
<description>lots of resources uptree (http://mindprod.com/jgloss/jgloss.html)</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Mon, 26 Feb 2007 13:12:07 GMT</pubDate>
</item><item><title>Java ist auch eine Insel</title>
<link>http://javainsel.blogspot.com/</link>
<description>In this Blog I write open SOURCE, Javascript, new Eclipse Plugins and further over current Entwickungen in Java, software development generally. Name: Christian Ullenboom      Location: Hanover, Lower Saxony, DE  I am since 1997 Java coaches and author of the book› Java am also an island ‹. Since I may call myself September 2005› Java champions ‹.</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Wed, 28 Feb 2007 12:43:52 GMT</pubDate>
</item><item><title>Java Links &amp; Resources</title>
<link>http://www.minich.com/education/wyo/java/links.htm</link>
<description># Java at Sun     * http://www.javasoft.com     * Java language specs     * jGuru tutorial from Sun # Tutorial &amp; educational web sites:     * Public Static Void Main - online Java compiler and tutorials     * ICT curriculum     * Java resources for teachers and students     * javaboutique.internet.com     * Java: An Eventful Approach at Williams College     * LearningLynx.com online Java courses     * Glencoe Publishing textbook student data     * applet tutorial     * javaranch.com     * apcomputerscience.com     * Java error messages     * The Analytical Engine - interactive overview of CS including computer hardware     * dreamincode.net - resources for various languages including Java     * KidBasic - not Java but easy to use &amp; graphical language for yo</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Fri, 04 May 2007 15:07:53 GMT</pubDate>
</item><item><title>Java Practices: Recursive file listing</title>
<link>http://www.javapractices.com/Topic68.cjp</link>
<description>The File class has methods for listing the contents of a single directory, such as list and listFiles, but there is no method for listing all files in a directory tree. Here is a simple utility which returns a sorted List of File objects which reside under a given root directory. It uses recursion. import java.util.*; import java.io.*; /** * @author javapractices.com * @author Alex Wong */ public final class FileListing {   /**   * Demonstrate use.   */   public static void main(String... aArguments) throws FileNotFoundException {     File tempDir = new File(aArguments[0]);     List files = FileListing.getFileListing( tempDir );</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 22 Feb 2007 08:18:42 GMT</pubDate>
</item><item><title>Java Programming Notes</title>
<link>http://leepoint.net/notes-java/index.html</link>
<description>Java Notes. These Java programming notes are written to fill in missing or weak topics in textbooks that I&#39;ve taught from. Many pages are useful for reference, but not as an ordered tutorial. Some pages are still rough drafts, but I&#39;m slowly working on fixing them. notes-java-2007-01-15.zip [2.0 MB]. Java Basics. I&#39;ve started writing a more coherent tutorial called Java Basics. In addition to lessons, there is also commentary which explains why things are done the way they are. JavaBasics-2007-01-15.zip [0.3 MB].</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Mon, 05 Mar 2007 12:37:49 GMT</pubDate>
</item><item><title>Java Programming Notes: Table of Contents</title>
<link>http://leepoint.net/notes-java/index.html</link>
<description>Java Notes. These Java programming notes are written to fill in missing or weak topics in textbooks that I&#39;ve taught from. Many pages are useful for reference, but not as an ordered tutorial. Some pages are still rough drafts, but I&#39;m slowly working on fixing them. notes-java-2007-04-25.zip [2.4 MB]. Java Basics. I&#39;ve started writing a more coherent tutorial called Java Basics. In addition to lessons, there is also commentary which explains why things are done the way they are. JavaBasics-2007-04-25.zip [0.4 MB].</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 31 May 2007 08:29:18 GMT</pubDate>
</item><item><title>Java Q&amp;A - Answers to Frequently Asked Questions about the Java language</title>
<link>http://www.javacoffeebreak.com/faq/index.html</link>
<description>AWT / Graphics     *       How do I gray out components, and prevent users from using them?     *       How can I create my own GUI components?     *       How can I find out the current screen resolution?     *       How do I create a modal dialog box?     *       How do I create a scrollable container?     *       How can I change the cursor shape?     *       How do I make my frames close in response to user requests?     *       How do I minimize and restore frames and JFrames?     *       How do I playback multimedia files? I&#39;d like to display .avi, .mpg, and other movie formats.     *       My application/applet loads images, but they aren&#39;t drawn to the screen. What&#39;s going on?</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Thu, 22 Feb 2007 10:04:13 GMT</pubDate>
</item><item><title>Java Tech (KTH)</title>
<link>http://www.particle.kth.se/~lindsey/JavaCourse/Book/Part1/Java/Chapter04/moreArrays.html</link>
<description>Chapter 4 - Java</description>
<category domain="http://netvouz.com/emweb?category=1259949318034822278"></category>
<author>emweb</author>
<pubDate>Fri, 23 Feb 2007 09:23:16 GMT</pubDate>
</item></channel></rss>