Hi, I need to implement an ArrayList which can hold like person records. I can only do this so far:
CODE
import java.util.*;
class ArrayListDemo {
public static void main(String args[]) {
ArrayList al = new ArrayList();
System.out.println("Initial size of al: "
+ al.size());
al.add("C");
al.add("A")...
I would like a quick way to get started with Seam Framework. I have looked at the official website, seamframework.org, but I found it to be complex. Is there other site that is more simpler and quick tutorial to get started with Seam.
Thanks
...
Hi All,
I see myself as a beginner to intermediate level java programmer. I've read through 'thinking in java' a year ago, now reading 'Effective java'. However I feel like I am not up to the level of the book because, to be honest, I feel a bit tired after reading a few pages.(Is it normal? Or I am just not that smart?) I have also tri...
We are trying to create a .NET application that feeds data from an Asterisk server. Asterisk.NET seems to be a widely used .NET library for talking to the Asterisk manager interface, but I cannot find any tutorials or documentation describing how to use it.
I've found the Asterisk-Java documentation which seems to be what this library ...
PROBLEM SOLVED!!
I just found my mistakes, after looking through the debugger over and over again, but anyway, thanks everyone!!
Hi there, I am very new to Android and was working through some tutorials. Now I got stuck at the Tab tutorial. The code seems to be fine at first glance as I am not getting any errors, but when I try to run ...
Tonight I tried to attempt an ExtPascal application. I am using Delphi 2009.
I followed all the steps in the Getting Started section and after some fights I was able to type
http://localhost/cgi-bin/ExtPascalSamples/
in the browser and see (almost) this effect (almost, last 3 panels had some display problems, the Show source code bu...
I am currently a webdesigner.I know photoshop,dreamweaver,css and flash.I want to develop websites rather than design.I want to start it now.Should i start right now or after some time and with what should i start?I am since six months into this field.Please help me.
...
how can i add rich faces support in my simple application in JSF
any good tutorial which help me i am using eclipse and tomcat
...
When I read about different computing languages on here, I always wonder what motivated the original decision to develop something new instead of just extending a language which already exists.
Question: How does someone go about 'designing' a new programming language and how do they decide objectively which choices to make?
If there a...
I was wondering is there a good tutorial on how to build a good recommend to a friend PHP script?
...
Is there a good tutorial on how to code a good email to a friend script using PHP. I assume I will need to use the PHP mail function.
A recommend to a friend script where a user can email a specific web page to a friend.
...
Are there any tutorials out there for setting up a new user in my Rails 3 app using Facebook Connect?
Thanks!
...
Is there a tutorial on how to make a search engine using php
PHP Version 5.2.8
...
Possible Duplicate:
Resources for moving to Python
Im looking to edit an old colleagues Python skripts, and i never done python before, can anyone point me in the direction on some good tutorials?
Thanks Felix
...
I am needing to write some 2D shaders (not 3D, so no vertex shader code or any of that) in HLSL, but have a lot of trouble finding good tutorials. Do you have any resources I can use?
...
Can you point to a good quick short (not something 714 pages like the official one) introductory Java EE 6 / EJB 3.1 tutorial for one who can code general Java and SQL but has no idea of what an EJB really is?
...
Do anyone know a good and basic tutorial to how to implement my own Krylov method that is not provided with PETSc in PETSc.
It should teach how to execute them as well...
...
While writing an application of mine, I realized I was being silly by querying the database several times in some functions. I know I can just pack everything into a single query, and wind up with this nice dict of all the information that function needs. So I set out to accomplish this in a function where a user can share his uploaded f...
There are incredibly many platform games around but when I type platform game tutorial into a search engine I'll get horribly written flash tutorials. A curious thing because computer games have been longer around than personal computers.
Have you seen properly written platform or puzzle game tutorials around that start from the blank s...
Hi there,
I'm currently in the planning phase of a project and I came across an interesting question (for me) - how the f* do DataSets work anyway?
I mean, since now I always used simple SQL-Statements written hard in the code, but that doesn't seem so sophisticated to me. So basically I want to start using DataSets but there are no tu...