Visit Sponsor

Core Java

Core Java Views: 7

String length and trim string in java

Code snippet explains the usage of String class length and trim() method....

Read More

Core Java Views: 5

Customizing Blackberry LabelField

We always prefer to use the standard built-in Label Field class to create user-selectable label styles for our application so we can...

Read More

Core Java Views: 5

Saving Bitmap Image in Blackberry File System

Saving image in blackberry inside filesystem is typically the same process like Java ME. JSR 75 is used to open the file connection and...

Read More

Core Java Views: 3

Code optimization tips for java

In this section we will see some of the useful tips for java programmers. When not to Optimize We can distinguish between different types...

Read More

Core Java Views: 2

How to make mobile application portable for multiple devices in Blackberry

There are various UI techniques the developers need to follow and various concerns need to concentrate on. The major among all is device...

Read More

Core Java Views: 3

How does double Buffering works in J2ME ?

Double buffering is a well-known technique for reducing flicker in drawing and animations. Imagine you are implementing an animation that...

Read More

Core Java Views: 4

Code optimization tips for java

In this section we will see some of the useful tips for java programmers. When not to Optimize We can distinguish between different types...

Read More

Core Java Views: 2

Normalize all whites paces from string

Java provides the StringBuffer and String classes, and the String class is used to manipulate character strings that cannot be changed....

Read More

Core Java Views: 3

How To Loop ArrayList In Java

In this tutorial we will see How To Loop ArrayList In Java in different ways. Below example will loop through ArrayList...

Read More

Core Java Views: 3

How to sort an ArrayList in java

ArrayList are also called as dynamic arrays that can grow as needed. In Java ArrayList class extends AbstractList and implements List...

Read More
Close