Agostinho Felisberto

Greenhorn
+ Follow
since Dec 15, 2007
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Agostinho Felisberto

i solved the problem.my error was because i was adding the zip file instead of bin-jar to the class name.now i'm happy man.
thank you anyway
In myeclipse, i noticed my driver class name drop down list is empty it should be filled with my drive name(MySQL) in the new database connection drive.i always get error driver class not found.
how to set driver classname ?please help
so much violence in today world?
16 years ago
please somebody help me my phpmyadmin can't connect to MYSQL server when i try to launch phpmyadmin get the folloing error "#1045 - Access denied for user 'root'@'localhost' (using password: NO)" �'ve already configured the conf.inc.php still getting the same error.

sorry if itsn't the right forum.please help me
16 years ago
unfortunately the book you provide me stays in the surface doesn't go beyond death. Everybody want to live nobody want to die proof is what your friend is doing a Komen 3-day walk in order to fight for cancer.afterall nobody want to die. we all fight death in a way or the other.my question is does life ends after death?

i was browsing yesterday found interesting article of times magazine: excerpts
What sort of methods will this project use to try and verify people's claims of "near-death" experience?

When your heart stops beating, there is no blood getting to your brain. And so what happens is that within about 10 sec., brain activity ceases �as you would imagine. Yet paradoxically, 10% or 20% of people who are then brought back to life from that period, which may be a few minutes or over an hour, will report having consciousness. So the key thing here is, Are these real, or is it some sort of illusion? So the only way to tell is to have pictures only visible from the ceiling and nowhere else, because they claim they can see everything from the ceiling. So if we then get a series of 200 or 300 people who all were clinically dead, and yet they're able to come back and tell us what we were doing and were able see those pictures, that confirms consciousness really was continuing even though the brain wasn't functioning.



the whole article here: What Happens When We Die?

i want to experience the wonderful things(tunnel of life,meeting the great being[GOD] people have witness through their near death experience).



i want to live forever.does anyone know how to live forever?
16 years ago
Scientists explore the biology behind "out-of-body" experiences to see if "something" continues... can you tell me anything?

this is the article i've taken this study The Doctors Who Are Redefining Life and Death
[ October 05, 2008: Message edited by: Agostinho Felisberto ]
16 years ago
sorry in advance don't know where to post this question.currently i'm studying MYSQL i was surprised how they have wonderful GUI tools(mysql GUI tools,navicat,myphpadmin...) for web development.

i wish some smart guy will create a tool like that for us not so friendly with code.

isn't a time for SUN to create java GUI IDE?what you think about that?
how does SOA provides a low cost platform?can somebody give me a exemple?
[ August 01, 2008: Message edited by: Agostinho Felisberto ]
16 years ago
almost every job here in Netherlands are asking for people with WAS experience.
my question is: what is WAS?if someone knows about myeclipse does it mean knows about WAS?
16 years ago
what's wrong with this?why won't complile?
package org.mypackage.hello;

/**
*
* @author Gebruiker
*/
public class NameHandler {

String name;

public NameHandler()netbeans says error is here

; expected or missing methode body or declary abstract

but in the own netbeans tutorial this is supposed to be a constructor.
name = null;
}

i took this exemple from netbeans help page to run the step two of tutorial about web services.but in my IDE there is a compile error about this constructor public NameHandler()

does somebody help me? the tutorial is here http://www.netbeans.org/kb/60/web/quickstart-webapps.html#setting
i'm a little confus. last year i bought SCJP 5.0 voucher intend to do my exam in a month or so.now i see SCJP upgrade exam.which exam should i prepare for? just the exam which i bought the voucher from SCJP 5.0? or SCJP 5.0 ipgrade exam?what the main difference betwen these two?
what will the following program print?
specify the words in order they will be printed.

import java.util.arrays;
import java.util.collections;
import.java.util.list;
public class test class
{
public static void main(String[]args)
{
String[]names=new String[]{"bb23", "BB23", "23bB", "b23B", "bB23", "B23b", "23Bd");

list <String> list=Array.aslist(names);
Collections.sort(list);
System.out.println(list);
}
}

my question is how java does order words difference only in the case?
like these above: "bb23", "BB23", "23bB", "b23B", "bB23", "B23b", "23Bd

please somebody out there help me!