Recent IT Questions

1 - 13 of 13
<<PREVIOUS 1 NEXT>>

data encryption

I am working on a project where I need to be able to pass a string through a SHA-2 encryption and then use the result as part of a call to open a URL.  The URL call is a breeze.., If there source code out there that has the SHA-2 algorithm that can run on the iSeries?  If it has to be in a JAVA...

View Answer   |  Oct 22 2009  2:53 PM GMT
SHA-2, Java programming, AS/400 programming
asked by Droutt

  50 pts.

Difference between float and double?

float f=1.2f;  double d=1.2;  if(f>d)  {    System.out.println("Welcome");  }   Output: Welcome.  Why float is bigger than double while both have the same 1.2 value? Software/Hardware used: Java

View Answer   |  Sep 25 2009  6:10 AM GMT
Float and double, Java, Java programming
asked by AnandB

  5 pts.

action listener

if i want to declare a button in one class and assign action to it another class, how shall the code be written? the add ActionListener(this) does not to seem to work when the button is declared in one class and action assigned to it another class how shall the code be written? Software/Hardware...

Answer Question   |  Aug 22 2009  6:18 AM GMT
Java, Java programming
asked by Varu87

  5 pts.

Doubt in Short and int data types in java

public class Yikes { public static void go(Long n) {System.out.println("Long ");} public static void go(Short n) {System.out.println("Short ");} public static void go(int n) {System.out.println("int ");} public static void main(String [] args) { short y = 6; long z = 7; go(y); go(z); } } Answer:...

View Answer   |  Aug 18 2009  7:02 AM GMT
Java, Java programming
asked by Suriyans

  5 pts.

I am using NetBeans 6.7 and stil new to Java programming.

I am using netbeans 6.7 and stil new to java programming. I created three projects but now i dont know how to switch between two projects, running another project whilst i had open the 1st one and even i set up helloworld as the main project and when ever i open netbeans it starts as the default...

Answer Question   |  Aug 3 2009  9:29 AM GMT
NetBeans, NetBeans 6.7, NetBeans 6.x
asked by Azyman

  5 pts.

Store .wav file in a oracle db

I want a java program to store a .wav file to be stored in oracle. I know that we use blob, but my problem is I want to know the things to do in between upload and the insert statment used to store in the db

View Answer   |  Aug 2 2009  1:59 PM GMT
Java programming, Java, Oracle Database
asked by Ragas

  60 pts.

What is the command to compile a Java program?

What is the command to compile a Java program? What is the command to run a Java application?

View Answer   |  Jul 19 2009  5:20 PM GMT
Java, Java programming
asked by Juna

  5 pts.

Java codes

How to create a program in java that will display a lowest and highest number?

View Answer   |  Mar 16 2009  2:32 PM GMT
Java, Java programming
asked by Ton

  5 pts.

IT career requirements for Java?

Hi there, I'm currently studying IT- Network and Systems Engineering. I wanted to get your professional opinion on a matter. I am not required or expected to study Java Programming. But I want to get you input on that. Should I learn Java ... will I need it for future purposes?

View Answer   |  Feb 18 2009  2:05 AM GMT
Java, Java programming, Networking
asked by Nikky613

  10 pts.

java programing source cods.

hi guys i was just wondering if you could tell me links or programs or notes related to java programing language only. especially a link that briefly have source codes for problem solving questions and answers.

View Answer   |  Oct 7 2008  8:44 PM GMT
Java, Java programming
asked by Belete

  45 pts.

Java doubt

When i compiled the java program in the cmd prompt it says javac file not found.usage javac <options> <source files>...As a friend whu said me in this forum to chek whether i set the rite path,i tried it again but i get the same result.... when i open my command prompt i type in these...

View Answer   |  Sep 17 2008  8:14 PM GMT
Java, Java programming, CMD
asked by Rinsa

  150 pts.

J2EE Web-based appllications

Hi Im developing a J2EE application,when try to run this url--http://localhost:8080/ConAppl/editTaxi.html?id=1. It gives me this error javax.servlet.jsp.JspException: No form found under 'taxiForm' in locale 'en_US' does any1 have any idea with this error? Thank you in advance

View Answer   |  Sep 4 2008  10:12 AM GMT
J2EE, Java, Web development
asked by Development88

  75 pts.

I'm a newbie just started learning java programming for Dummies lol. Please could someone put me in the right direction to become a Java Programmer

HI i am 20 yrs old, i have no experience what so ever with programming but am very good at using windows. I've just started to learn java programming using an Ebook called Java programming for dummies. I've recently looked up on google wages for java programmers and seen wages as much as 80 to 100...

View Answer   |  Jul 14 2008  7:09 PM GMT
Career development, JavaScript, IT careers
asked by AC20

  5 pts.

1 - 13 of 13
<<PREVIOUS 1 NEXT>>