Java

Java is an object-oriented programming language developed by James Gosling and colleagues at Sun Microsystems in the early 1990s. Unlike conventional languages which are generally designed to be compiled to native code, Java is compiled to a bytecode which is then run (generally using JIT compilation) by a Java virtual machine. The language itself borrows much syntax from C and C++ but has a much simpler object model and does away with low level tools like programmer-manipulable pointers. Java is only distantly related to JavaScript, though they have similar names and share a C-like syntax. 

Categories in section: Articles Reviews
4D Database (5) Actionscript (14) Ajax (30)
Apple (25) ASP (20) C++ (22)
CGI (10) Coldfusion (22) Content Management (12)
CSS (53) DHTML (16) Domain Names (14)
Hardware (31) HTML (39) Java (31)
Javascript (39) JSP (10) Linux (81)
Microsoft Access (17) Microsoft Windows (87) Mysql (21)
Networking & Communication (6) Oracle (15) Perl (19)
PHP (47) PostgreSQL (9) Python (18)
Ruby (51) SAP (2) Search Engine (28)
Structured Query Language (29) Visual Basic (15) Web Hosting (15)
XHTML (9) XML (21)

Ordering   Advanced search

Sunday, 07 September 2008 |  Written by Antonio  | 
User rating: Rate it first |  Hits: 115
Are you tired of issues with Runtime.getRuntime().exec()? I was! So I decided to create a small library to handle all the issues. Once and for all. Main featuresIt's easy to redirect stdin, stderr and stdout to appropriate Java Input and Output streams, so you can now embed operating-system processes inside your applications. It's very easy to cancel a running process, by using the Future<Integer> interface. Automatically handles pipipng process streams into Java streams (and viceversa). Runs well in Linux and Windows. Probably runs well in Solaris and MacOSX too (haven't tried yet though) You can specify a working directory for the running process. Very small library (just one final class and two interfaces). Sources and binaries are available in my attic, of course.
Sunday, 21 October 2007 |  Written by Alex Iskold  | 
User rating: Rate it first |  Hits: 649
It was 1995 and C++ was the language of choice for building large-scale software systems. C++ was a powerful object-oriented programming language, the successor of widely used procedural language called C. But not only was C++ powerful, it was also quite complicated. Seasoned programmers enjoyed the intricacies and the possibilities, but newbies would get burned after the first mishandled copy constructor.
Wednesday, 30 May 2007 |  Written by Adi Bach  | 
User rating: Rate it first |  Hits: 1407
A variety of frameworks are available for using web services in Java. The one we’ll use is the open-source Axis (Apache Extensible Interaction System) framework from Apache.
Wednesday, 30 May 2007 |  Written by Larry Gomez  | 
User rating: Rate it first |  Hits: 1063
Because JWebUnit is based on JUnit, the concepts of test cases, suites, and fixtures are the same. Let’s create tests for a couple of the pages of the eMotherEarth application as an example. One of the setup items common to all the test cases in JWebUnit is the BaseURL. All the other URLs in the test case are based on this URL.
Sunday, 06 May 2007 |  Written by Junaid  | 
User rating: Rate it first |  Hits: 1555
{mos_sb_discuss:34} JDBC has got two kind of drivers  — "thin" driver —or OCI driver — connecting to Oracle —, A  database accessable class, — insert, update and select functionalities. 
Monday, 23 April 2007 |  Written by MS  | 
User rating: Rate it first |  Hits: 1385
{mos_sb_discuss:34} You must have heard about the recent buzzing technologies – EAI, SeeBeyond or JCAPS. If you were wondering what this EAI and SeeBeyond or JCAPS is all about then you are at the right place.
Sunday, 22 April 2007 |  Written by MS  | 
User rating: Rate it first |  Hits: 9762
 Introduction With the advent of technical Civilization, where competition is the only survival maxim, JAVA is much ahead than its counterpart technologies. Its flexibility is its power and 'inheritance of legacy' is buzzword among techno-savvy. JAVA and C++ have much in common and indirectly depends on C.Java is a hot property of Sun Microsystem, thanks to its godfathers such as James Gosling, Patrick Naughton, Chris Warth, Ed Frank and Mike Sheridan.?
Thursday, 12 April 2007 |  Written by Mugur Ingineru  | 
User rating: Rate it first |  Hits: 1256
{mos_sb_discuss:34} The Talk describes the Java Memory Model and what effects the way of concurrent software which should be written. Last changes to the memory  model, which they were incorporated into JDK 5, defining the semantics of threads, synchronization, volatile variable and the final fields. The new memory model provides efficient and provably correct techniques for safely and correctly implementing concurrent operations. These techniques are compatible with existing good programming practice, although care needs to be taken in a couple of corner cases. This talk will provide a simple and clear definition of what synchronization actually does, define the semantics of volatile variables and the java.util.concurrent.atomic package (and how they can be used to create efficient concurrent implementations), and describe how final fields can be used to provide thread-safe immutable objects without synchronization. This talk is part of the Advanced Topics in Programming Languages series.
   
Thursday, 12 April 2007 |  Written by A.P.Rajshekhar  | 
User rating: Rate it first |  Hits: 1277
{mos_sb_discuss:34} There are significant differences between earlier versions of Enterprise Java Beans (EJB) and EJB 3.0. At least some of these pertain to business components. EJB 3.0 makes it a lot easier to implement the complexity required by many enterprises in fewer steps. Keep reading to learn more.
Thursday, 12 April 2007 |  Written by Jayaram Krishnaswamy  | 
User rating: Rate it first |  Hits: 1152
{mos_sb_discuss:34} Scalable Vector Graphics is a language that will help make Rich Internet Client Applications a reality. This article will show you how to embed SVG files in JSP using Sun Java Studio Creator.
Results 1 - 10 of 31 << Start < Prev 1 2 3 4 Next > End >>

Powered by jReviews