Click here to Skip to main content
15,886,110 members
Everything / Programming Languages / Java / Java SE

Java SE

JavaSE

Great Reads

by Prasad Khandekar
A dropline menubar control tag library for JSP.
by Ata Amini
Implement Gauss-Newton algorithm in Java to solve non-linear least squares problems; i.e. to find minimum of a function.
by Afzaal Ahmad Zeeshan
This article discusses Android programming and aims at teaching you about Android programming for Camera and Widgets.
by Zac Gery
In the world of enterprise development, interacting with a database can become a daily occurrence.

Latest Articles

by Dmitriy Gakh
An introduction to Genetic Algorithms with brief reference to biology and example of finding one solution for complex mathematical equation
by User 257328
Demonstrates how to call ASP.NET webservices from the client within other languages and platforms
by Ata Amini
Implement Gauss-Newton algorithm in Java to solve non-linear least squares problems; i.e. to find minimum of a function.
by Prasad Khandekar
An INI file manipulation class with support for environment variables

All Articles

Sort by Score

Java SE 

3 Jun 2016 by Yaseer Mumtaz
This small tip will help you to save email with attachment in Outlook's draft folder using Java programming language.
9 May 2016 by Phuong Thanh Nguyen
The programs are for sending and receiving emails
12 Sep 2013 by Shubhashish_Mandal
Add Save functionality in ReportCat, a Java print library.
20 Jun 2012 by Hassanoor
Make your Window full screen
31 Jul 2013 by Zeff Portal
20 Dec 2014 by Md Wahiduzzaman khan
It's finally time to jump into the wonderful world of memory management and Garbage collection.
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.
31 Mar 2014 by SOHAM_GANDHI
In this tip, we learn how to convert Mat to BufferedImage and vice versa
25 Mar 2014 by john0609
This tip will provide the basics and one place use of reflection in Java.
27 Jun 2015 by Salar Hafezi
How to optimize heavy String/Array manipulations
6 Jan 2014 by lessthanoptimal
With the release of v0.24, EJML is now under Apache 2.0 license and supports fixed sized matrices.
14 Apr 2015 by Keerthi_Kumar_N
An alternative way of configuring web.xml using Java
25 Dec 2009 by sean_vn
The fast Walsh Hadamard transform (WHT) is done using patterns of addition and subtractions.That means it is extremely fast and also the central limit theorem applies. If you transform an array of random numbers the output numbers will have a Gaussian distribution (aka the Normal...