32,199 Topics

Member Avatar for
Member Avatar for scoobie

Hi, Can someone please help me. I have a really large text file that contains a list of hash values, it has about ten million entries. I wanted to do a binary search on this to check if a particular hash value is present in the file and to return …

Member Avatar for Phaelax
0
969
Member Avatar for Wrathbone

Okay, the test is on Tuesday. Unfortunately, I am a little behind in my studying. I'm a sophomore in high school with other classes that bog me down with senseless homework and projects. I was just wondering if anyone here had any tips as what I should try and study …

Member Avatar for jwenting
0
124
Member Avatar for digital
Member Avatar for UrbanKhoja
0
2K
Member Avatar for EY1

Sorry if this has been answered before, but couldn't find. Our team is looking to integrate a java applet into the body of a [URL="http://www.tek-tips.com/viewthread.cfm?qid=1270639&page=1#"]lotus notes[/URL] [URL="http://www.tek-tips.com/viewthread.cfm?qid=1270639&page=1#"]e-mail[/URL], and we're getting nowhere (being v.greenhorn with notes)... Any idea?!

0
75
Member Avatar for EY1

Q. Trying to embed a java application within a lotus notes e-mail. The obvious ... create java applet ... locate .class ... etc. is fine. But I think we're falling down when it comes to trying to feed in the HTML attributes and parameters (possibly!). Have you done this before, …

0
50
Member Avatar for indienick

Is there a way in Java to assign values en masse to an array? To give an idea of what I'm trying to achieve, in Perl, you can do: [inlinecode]@listofvalues = (1..$anynumber);[/inlinecode] to add (in this case) all digits between 1 and $anynumber to the array @listofvalues. Is there a …

Member Avatar for indienick
0
176
Member Avatar for fangsign

I have been taking some web component courses from Sun to help with the cert exam. I have to say that I really do not understand what is so hard about learning Java/JSP web development and how much weight is given to a certification. I'm not at all ripping on …

0
38
Member Avatar for mythri

i need help ,i want to know how to develope the search engine in an website like job site or anything.

0
60
Member Avatar for calldan

[code]* Main.java * * Created on 22 August 2006, 21:56 * * To change this template, choose Tools | Template Manager * and open the template in the editor. */ package javaapplication7; /** * * @author Dan */ public class Main { /** Creates a new instance of Main */ …

Member Avatar for hooknc
0
197
Member Avatar for ScottishWarrior

Hi there. ive been making a program to display inofrmation from a .txt file, then display this data into a linked list. here is the code [code] import java.io.*; public class LinkListTest { protected static LinkList linkList; // Read the records from txt file into an array. static void readFromFile …

0
33
Member Avatar for aman_dce

hello guys... myself is aman, a third yr student in delhi colg of engg,india... i hv studied core and advance java in the last two months.... n i hv made a vry basic project on college database management... which was based more so on core java... now i want 2 …

Member Avatar for DMR
0
355
Member Avatar for Smoke

I don't know how I can execute an event of Javascript into a link in a program in Perl. This event of JavaScript have executed a function that return a HTML page. Anybody know how I can it? Is it possible do it this?: $datos=$datos."<a href='" . $me . "?C=OFERTAS2&EMPRESA=".$empresa_param."&NREF=".$nref."' …

Member Avatar for hooknc
0
87
Member Avatar for cyman73

Hello all, I previously attempted to attach an ActiveX.dll control to my form in VB2005 and VB6 without success. When in VB6 the control reference is made and I am able to place the control on my form, however, when I run it the IDE crashes with a Window Error. …

Member Avatar for Comatose
0
143
Member Avatar for med7at7egazi

hi all..... i need help and quickly plz about my final year graduation project in the faculty of computer science......i need to collect alot of suggestions and ideas about the project....... i hope it to be about mobile or/and web apps........plz reply me as quick as any one could.....thanks all

Member Avatar for harshita
0
296
Member Avatar for ryy705

Hi, I need to learn how I can use a custom data structure in a JList. In my program when I click the Add button next to the JList a JOptionPane opens and takes a String input. The input is then used to create an object which is placed in …

Member Avatar for ryy705
0
191
Member Avatar for mrsteve

I'm trying to write a class that randomly generates a number, emulating a dice roll. It runs from the command line (since I have yet to learn any other way of getting user input) taking the number of dice and the type of dice(number of sides). The problem I am …

Member Avatar for mrsteve
0
202
Member Avatar for kssprabhu

Dear friends. Please give me the logic or code to display image based on number(in database) entered in the text box by the user. thanks in advance prabhu.

Member Avatar for freesoft_2000
0
122
Member Avatar for Cyrus_DB

I'm a beginner in JAVA and I'm facing a problem in executing a sample program.Let me explain it step by step: 1. The following program was written thru a notepad and then saved as Sample.java: class Sample { public static void main(String args[]) { System.out.println("Hello World!!!"); } } 2. The …

Member Avatar for server_crash
0
162
Member Avatar for munyandi

how to use a StrngTokenizer to search through an array to locate the object?

Member Avatar for jwenting
0
32
Member Avatar for suganth

[B]please help me how to check with database(SQL Server) whether the entered username and password is valid.i want the code for it.please be quick.[/B]

Member Avatar for jwenting
0
91
Member Avatar for EnemyOfAverage

Im new to Java programming of course so im having trouble with this program i have to write Can anyone give me some tips on inheritance? public class Trailer { public Trailer(String anID) { trailerID = anID; } public Trailer getNextTrailer() { return nextTrailer; } public void setNextTrailer(Trailer newTrailer) { …

Member Avatar for java_jitendra
0
160
Member Avatar for anu_dinoo

I am developing a Windows [URL="http://www.dotnet247.com/247reference/System/Windows/Forms/Form.aspx"][COLOR=#0000ff]Form[/COLOR][/URL] Application using Visual Studio.NET using the C# language. The application will run on a "standard" PC that is running Windows XP. The PC has a USB hub with two device connectors. I need to be able to detect when a keyboard and/or mouse is …

Member Avatar for lybarger999
0
94
Member Avatar for myques

Please can somebody help me with Question Papers and answer Papers on [B]C, C++ and java. [/B]I have an Interview.

Member Avatar for ~s.o.s~
-1
135
Member Avatar for shapeshifter

i have a feild where the user must insert only integer values not chars..if they insert a char an error messege should appear..how can i do this and what is the code to do it

Member Avatar for jennifer_netto
0
141
Member Avatar for ashwathy
Member Avatar for sciocosmist
0
140
Member Avatar for sciocosmist

Can someone help me with writing the code to allow a JApplet to download some files to a user directory through a browser.:confused: I need to run a program accross a network, and I need to distribute multiple files using an applet. I have tried to get a *.jar file …

0
76
Member Avatar for enviran

Hello everyone, I wanted to know how to create my own discussion forum in IIS server.Can anyone guide me in plz......Can anyone guide me in writing code for this plzz..........If anyone can help me mail me to either to anyone of the 2 mail addresses........... [EMAIL="ranjubs@gmail.com"]ranjubs@gmail.com[/EMAIL] [EMAIL="ranju_bs4@gmail.com"]ranju_bs4@gmail.com[/EMAIL]

Member Avatar for server_crash
0
98
Member Avatar for ashwathy

helllo the modules to be developed include reservation,inquiry regarding the flights and cancellation.what would be next.can u just help me with the steps to build this project.as this the first time experience of making such a project.there is no one to guide.

Member Avatar for hooknc
0
48
Member Avatar for snussbaumer

Hi all, I've been through all the documentation here, I've been searching this problem for a while now but could not find any solution. I created a custom CharsetProvider the following way : [LIST] [*]created a class extending Charset doing my custom encoding [*]created a class extending CharsetProvider returning the …

0
78
Member Avatar for mrsteve

I keep getting this error message whenever I try to compile a certain class or any classes that use this class: [code]C:\J21work>javac GiftShop.java C:\J21work\package\org\cadenhead\ecommerce\Storefront.java:25: cannot find symbo l symbol : method sort(java.util.LinkedList<java.lang.Object>) location: class java.util.Collections Collections.sort(catalog); ^ 1 error[/code] I held off as long as I could from posting a …

Member Avatar for jwenting
0
259

The End.