Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 4 of 4
Search took 0.05 seconds.
Search: Posts Made By: Mutley
Forum: Java and JSP 02-09-2009, 08:11 AM
Replies: 7
Views: 20,390
Posted By Mutley
ch4sethe5un mentioned arrays. I thought it was...

ch4sethe5un mentioned arrays. I thought it was worth the example.
Forum: Java and JSP 02-08-2009, 11:04 PM
Replies: 2
Views: 796
Posted By Mutley
Thanks. I had a feeling i had to edit the output...

Thanks. I had a feeling i had to edit the output but wasn't sure how.

Adding to your rep.
Forum: Java and JSP 02-08-2009, 10:57 PM
Replies: 7
Views: 20,390
Posted By Mutley
simple arraylist usage import...

simple arraylist usage

import java.util.ArrayList;
public class Name {
public static ArrayList<String> names ;

public static void main (String args[]){
names = new ArrayList<String>(20);...
Forum: Java and JSP 02-08-2009, 10:41 PM
Replies: 2
Views: 796
Posted By Mutley
Retriving a object from a array in readable format

Hi im trying to get a better grip on contructors and proper OOP and i have been started putting together a simple address book.

I have a Contact class that i use as a type. Sets 'name' 'phone'...
Showing results 1 to 4 of 4

 
Forum Jump

All times are GMT +1. The time now is 09:13 AM.