Click here to Skip to main content
15,881,715 members
Everything / Programming Languages / Java / Java SE / J2SE 4.0

J2SE 4.0

J2SE4

Great Reads

by Fadi Hania
This is a J2ME beginner article that describes how to add different J2ME components to your application especially StringItems and Commands.
by Jitendra_Jain04
IBM WebSphere Application Server V8.5 Liberty profile is a flexible and dynamic server profile of WAS which enables the WAS server to deploy only required custom features instead of deploying a big set of available JEE components.
by hoonzis
This is a short post describing how to implement a simple tool to manage CORBA Naming Service.
by Matt Stine
Deploying Grails with Groovy

Latest Articles

by Jitendra_Jain04
IBM WebSphere Application Server V8.5 Liberty profile is a flexible and dynamic server profile of WAS which enables the WAS server to deploy only required custom features instead of deploying a big set of available JEE components.
by john0609
This tip will provide the basics and one place use of reflection in Java.
by Javin Paul
Memory Mapped IO is one of the fastest IO options available for Java program. If you are writing latency sensitive application, where IO can skew your numbers, then using MemoryMappedByteBuffer is a good option.
by hoonzis
This is a short post describing how to implement a simple tool to manage CORBA Naming Service.

All Articles

Sort by Score

J2SE 4.0 

17 Apr 2011 by Fadi Hania
This is a J2ME beginner article that describes how to add different J2ME components to your application especially StringItems and Commands.
5 May 2015 by Jitendra_Jain04
IBM WebSphere Application Server V8.5 Liberty profile is a flexible and dynamic server profile of WAS which enables the WAS server to deploy only required custom features instead of deploying a big set of available JEE components.
2 Dec 2009 by AspDotNetDev
Well, the URL has a semicolon where it should have a colon. That could be a problem.http;//Should be.http://Also, the web services I work with typically have an extension in the URL, but that could just be because I work with Microsoft technologies. For example:NWSSService?wsdlWould...
19 May 2012 by hoonzis
This is a short post describing how to implement a simple tool to manage CORBA Naming Service.
17 Apr 2009 by Matt Stine
Deploying Grails with Groovy
7 Dec 2009 by ozmrdn
hi,I was creating a WS client server that is not running.I'm using Glassfish v2.1 and Netbeans 6.5.I received an error as follows:"Problem with downloading WSDL or Schema file. Check url, proxy settings or whether server is running. URL:...
7 Dec 2009 by Sriram K G
Check if you could connect to the web serivce URL via browser.
27 Oct 2010 by TonDRG
use crisc.ru for certification in CRISC ISACA
17 Oct 2011 by udayz999
:7310064507600...
18 Oct 2011 by Richard MacCutchan
float value = // insert value herevalue -= 6.192How else would you expect it to be done?
18 Oct 2011 by CPallini
If your values are stored inside a text file (e.g. 'foo.txt'), you may do somthing like: try { FileInputStream fstream = new FileInputStream("foo.txt"); DataInputStream in = new DataInputStream(fstream); BufferedReader br = new BufferedReader(new InputStreamReader(in)); ...
18 Oct 2011 by ahmedfaruk88
if what u mean is lets say for example 3172014307880002,0.001320664. will be 6.192 - 0.001320664 which is the double value after 3172014307880002. one of the ways you can archive this is.string absolute;string value = "3172014307880002,0.001320664";string[] stringss = regex.split(value,...
19 Oct 2011 by udayz999
i have 2 arraylist ie s3=s[0]&s4=s[1] ,containing some values how can i add them to hashmap,anyone reply me
19 Oct 2011 by Richard MacCutchan
Probably by using one of the methods described here[^].
19 Oct 2011 by udayz999
I have a file with a file name 1471 (ie 1471.txt) this file containing some dataas 456,586,6574,556 etc.How can i append file name to data contains in file and to print in outputrequired o/p:1471,456,586,6574,556hlp me & rply me plzz
19 Oct 2011 by Mehdi Gholam
Use the following code :string filename = Path.GetFileNameWithoutExtension(filepath);StringBuilder sb = new StringBuilder();sb.Append(filename + ",");sb.Append(File.ReadAllText(fileapth));File.WriteAlltext(filepath, sb.ToString());
9 Nov 2011 by udayz999
In the following code sorting order to be highest to lowest number.import java.io.*;import java.util.HashMap;import java.util.LinkedHashMap;import java.util.Map;import java.util.Set;import java.util.TreeMap;import java.util.regex.Pattern;import...
23 Apr 2009 by hoangtuanbs
It is easy to run your own game on your own mobile
17 Nov 2013 by Javin Paul
Memory Mapped IO is one of the fastest IO options available for Java program. If you are writing latency sensitive application, where IO can skew your numbers, then using MemoryMappedByteBuffer is a good option.
5 Feb 2009 by Han Bo Sun
An article on how to create a simple web service using JBossWS, how to deploy and test
31 Jan 2009 by stlane
Java Lucene website crawler and indexer
18 Apr 2012 by Duong Ba Hong Minh
In this article I want to give a solution to work with an Oracle database has a large number of Columns
17 Mar 2011 by Fadi Hania
This is a J2ME beginner article that describes how to write your Hello World J2ME application
10 Jun 2008 by jedliu2046
Since all these functions are implemented as an HTTP client communicating directly with the Voicent Gateway, they can be run on any machine that has a connection to the host running the gateway. The C# interface source code is also included.
6 Sep 2009 by Mario Fusco
How lambdaj tries to partially fill the lack of closures in Java
14 May 2010 by Software_Developer
How to create a Random Joke Generator in Java
25 Mar 2014 by john0609
This tip will provide the basics and one place use of reflection in Java.
10 Mar 2009 by krasnoff
A guide to write a basic JAVA Midlet
10 Jul 2008 by jedliu2046
IVR telephone notification software broadcast voice messages by phone. Ideal for group event reminders, marketing, lead generation, political campaign promotions, school fundraising, church communications, emergency notifications, and much more.
14 Mar 2009 by Chris Grimes
Shows how to create C++ property accessors that support C#-like syntax
29 Jun 2008 by kaushik_sathupadi
A step by step guide to implement Mouse Gestures based commands in your Swing applications
28 Apr 2009 by upender chinthala
Integrating existing jms with ActiveMq jms system
12 May 2011 by Fadi Hania
This is a J2ME beginner article that describes how to use different J2ME components in your application to make it more user interactive, using TextField and Alerts UI components.
18 Oct 2010 by John Paul Walker
6 Aug 2009 by Piyushkp
http://www.cs.ucsb.edu/~ebelding/txt/infocom06.pdf
4 Jun 2009 by daniel_at_work
Stratagies for managing application properties in Java
20 Oct 2011 by udayz999
I have a folder containing 'n' number of text files. How can I retrieve those files?Thank You