Java Subcategories |
Smooth your way over Java's bumps with these tips |
| Java | Views: 0 | |
| Java's rise in popularity has resulted in many new developments to its syntax. Here's a roundup of suggestions for handling several issues that often trip up Java developers |
SJCP Exam Preparation: Language Fundamentals, Part 1 |
| Java | Views: 0 | |
| This series will prepare you for the Sun Java certification exam. To begin, your instructor introduces you to the fundamentals of the Java language |
Secure your Java apps from end to end, Part 1 |
| Java | Views: 0 | |
| The foundation of Java security: Virtual machine and byte code security |
Scope and encapsulation in Java |
| Java | Views: 0 | |
| Create manageable, self-contained objects by controlling how your classes reveal and conceal their data |
RSS without limits: JERSS |
| Java | Views: 0 | |
| Our RSSApplet tool allows you to retrieve and display RSS feeds only from the applet's host. This combination Java servlet and JavaScript approach, however, can display RSS headlines from any source |
Programming a Spider in Java |
| Java | Views: 0 | |
| This article shows how to use Java to create a spider. A reusable Spider class is provided, as well as an example program that scans a site for broken links. |
Overcome security limitations to safely transfer files between applets |
| Java | Views: 0 | |
| Security restrictions can make transferring files between two applets problematic. Find out how you can employ a middleman to overcome these limitations |
OOP Java: A little business logic with your beans |
| Java | Views: 0 | |
| If you're new to server-side Java, you need to learn about the relationship between business logic and JavaBeans. This primer will get you started |
Misusing Dynamic Binding When Static Binding Would Do, Part 2 |
| Java | Views: 0 | |
| The author concludes by furthering the case for using statically bound alternatives in lieu of the dynamically bound solutions of Web application environments such as Java Server Pages. He illustrates his argument by contrasting JSP with an alternative e.. |
Misusing Dynamic Binding When Static Binding Would Do, Part 1 |
| Java | Views: 0 | |
| The author uses his own invention, the Java Web Application Architecture, a software framework for building dynamic Web applications in Java, to address the question of why Web applications are more fragile and harder to build than conventional CPU appli.. |
Master the basics of Java Cryptography Extension (JCE) |
| Java | Views: 0 | |
| Security is an often-overlooked aspect of application development. Fortunately, Java has recognized the importance of security with Java Cryptography Extension (JCE). This article begins a three-part series exploring JCE fundamentals |
Manage memory effectively with Java reference objects |
| Java | Views: 0 | |
| Java's automatic garbage collection is something of a mixed blessing: Although it reclaims memory of unused objects, it can take away some of the programmer's freedom. Discover how to exercise a little control over memory usage with reference objects |
Make cents with BigDecimal |
| Java | Views: 0 | |
| Java programs must often calculate and format financial figures. To write Java programs that deal with finances, you must know about the BigDecimal class and numeric formatting |
Lesson: Your First Cup of Java |
| Java | Views: 0 | |
| The three sections listed here provide detailed instructions for compiling and running your first program. Choose the section according to the operating system that you are using |
Lesson: Object-Oriented Programming Concepts |
| Java | Views: 1 | |
| If you've never used an object-oriented language before, you need to understand the underlying concepts before you begin writing code. You need to understand what an object is, what a class is, how objects and classes are related, and how objects communi.. |
Lesson: Language Basics |
| Java | Views: 0 | |
| Language Basics describes the traditional features of the language, including variables, data types, operators, and control flow. |
Learn Java from the ground up |
| Java | Views: 0 | |
| JavaWorld debuts a new column for Java beginners who want to become true Java developers |
Learn how to store data in objects |
| Java | Views: 1 | |
| In this second installment of Java 101, Jacob Weintraub delves into storing data in Java and the various ways you can use that data. Specifically, he examines how objects store data and how you can pass data to objects in method calls. He also presents a |
Jython for Java Programmers - Part 2 |
| Java | Views: 0 | |
| Jython for Java Programmers provides a brief introduction to show the differences between Java and Jython, but focuses on utilizing Jython with Java by covering the following: extending Python with java classes, modules, compiling, interpreters, design i.. |
JSP Quick-Start Guide for Windows |
| Java | Views: 0 | |
| Looking to get started with JSP? Use Kev's detailed guide to set up and try out a JSP-capable server under Windows. Newly updated for use with Tomcat 4.1.18 and Apache 2.0.44 |
|