In Eclipse, You need to right click on the class u are running and select the option of run as Application.. Is this what u were asking?? Priya ... how to run...
Amigos...to usando o PostgreSql 8.2 e estou com dificuldades para gravar numa simples tabela tbl_clientes com: codcli, nome, datacad ta dando essa mensagem ao...
Pescador Nova Vida
rodrigoccnv@...
Apr 1, 2007 8:20 pm
29123
... From: programs 4all <programs4all@...> Date: Mar 18, 2007 10:19 PM Subject: Knowledge No: 0009 [Program] JDBC Type 4 Example To:...
hello every body , i need your help, i am working with java streams reading and writing objects to a file, i had done the writing and the object stored in the...
The only thing I could understand in this email is relation "tbl_clientes" does not exit I never saw such error in postgreSQL but relation "tbl_clientes" does...
after the completion of the project u have to deploy tht project fr tht there will an icon side of browser icon u click on tht after thrt u add ur project then...
Hi Sonali, I am from delhi right now.I have read your problems.I will tey to solve. Please you tell about you, What are you doing right now. Thank to you With...
HI I have to work with 64-bit unsigned integer values in java. I m looking for some help on creating this type of data structure. I m looking for a quick reply...
HI ALL.. Am new to Java and and am having a problem making a program using and If-Else statements.Anyone who has a golden heart to give a sample or any good...
... Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility...
could you post the codes you used for writing? it would be an additional help to suggest you a solution. regards, dipesh ... objects to a file, ... code,...
hi.. anybody know how to use USB port? like COM there is javax.com.properties .. so how bout USB port? -- Regards [Non-text portions of this message have been...
the object you store must implement serializable in order to be read in from a stream as an object and cast to the appropriate type ... reading object from...
ti have to classes one for the test: public class TestPersonSeril { public static void main(String[] args) { Person obj = new Person(); try{ Integer choose; ...
HI for all members 01: class Base { 02: public static final String name = "BLACK_BELT"; 03: } 04: 05: class Derived extends Base { 06: public static...
Hello All, Can anyone help me in solving the following problems? 1) How do I convert number into words? For example If the user input 345.35 , the output...
Im not sure but i thing there is an implicit casting from deriven to base so the testStaticValue function returns the base classe's static variable ... -- ...
Hello, I have two verisons of Java installed, the JRE 1.5 under C:\Program Files\Java\jre1.5.0_11 and JDK 1.6 under c:\Java\jdk1.6.0 How can I switch between...
Hi, You are taking referance of base class. and calling of member variable depend upon the type of referance not on type of object that referance is holding....
Hi, Since you have declared that string as static and final that value will not change. and in that method formal parameter is base class reference and you are...
basically this program is related to Polymorphism. we are assigning child object to parent reference.......... in this case parent(Base) looks method/varialbe...