| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
 |
by admin
The GIDForums™ Team is proud to announce that GIDForums™ is now among one of the very first Webmaster / Programming forums to offer a custom-written Java Syntax Highlighter BBCode (java] bb code) to it's valued members and readers.
Please use the java] and /java] tag pair to enclose any java code...
|
19-May-2007 05:13
by asdfg
|
10 |
4,578 |
|
|
by richielit
Hey Folks,
Ive hit a bit of a stumbling block and i cant seem to get past it. For the last while now i have been trying to count the number of words with the same number of letters in the words from a text file (test.txt). For example an out put would be....
"There are 5 words with 1...
|
|
3 |
489 |
|
 |
by opoyafred
i was given an assignment in java and i am stuck please send me the code
i am supposed to use GUI , assist a brother , common guys
Question
Write down an interactive Java program to allow the user to input marks of a student and print out the pass slip of the given student. The student must...
|
|
4 |
376 |
|
|
by sithara
Hi Guys,
I'm interested in creating my own video browser for me. And I want to do it using java. Cos I want to practice java. This program should have following capabilities.
1. Search video
When searching we can select the movie type like (English||Russian||French)&&(Action||Romantic)
Also it...
|
|
4 |
310 |
|
|
by sneakerhead724
Given
public class Tree {
private String species;
private double height;
private int age;
public Tree (String aTree, double newHeight, int newAge) {
species = aTree;
height = newHeight;
age = newAge;
|
|
3 |
289 |
|
 |
by fred
I'm Fred, a first year student in computer science, and I would be really grateful if you spread some lights on the time and space complexity of algorithms.thanks in advance
|
|
1 |
368 |
|
|
by et21zero
I have been creating a program that calculates the number of characters in the text file.
Question #1: How do I calculate all other characters in the text file?
Question #2: How do I calculate average word length and average sentence length?
import java.io.*; // classes for input/output
public...
|
|
5 |
690 |
|
|
by Blase
Hi,
These are questions I encountered during an interview. With my introductory background, I had no idea what got into them. Could someone tell me where I should start my search for the answers? Appreciate your hints.
Write a function in that integrates a globally given function f?
What is the...
|
|
3 |
285 |
|
 |
by sithara
Hi,
Can anybody explain me how can I communicate with a server using java methods.
|
|
3 |
277 |
|
 |
by msnider9
I am getting very confused.:?: Here is my java program
import java.awt.*;
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
public class Calculator2 extends JFrame implements ActionListener {
private JPanel panelAdder;
|
|
2 |
314 |
|
|
by moody
Hello!
I need some help passing a second argument introduced in the output(Netbeans) to a string,so I can then pass it to the constructor.Something like this:
new <title> name.txt
What I need to to do is pass the title to the constructor.How can i do this?
|
|
2 |
284 |
|
|
by shyam_oec
It's well known that ihis code will generate error
short a=5;
short b=6;
short c=a+b;
OR
short c=a+5;
|
|
1 |
269 |
|
 |
by 05131013
Hello everyone,
I have fllowing problem: I have an ArrayList of Objects that have some methods defined in them as:
Class name: Array (contains array of objects)
methods: add_object()
if the ArrayList name is "l1" what would be the way of calling add_object() by using "l1".
I have already tried...
|
|
1 |
316 |
|
 |
by mamz
hi,
I have a programme which has 3 classes. i have all 3 in different class files. how can i use the other two classes from the one which contains my main method?
thank u in advance!!
|
|
7 |
313 |
|
 |
by mamz
hi,
can any one pls help me on this. I wanna assign values 1 to 26 for char values taken as user inputs.:D
|
|
1 |
292 |
|
|
by sneakerhead724
Hey Guys I need some help in completing this code. Its for a final prject in my class. Its worth alot of my grade PLEASE AND THANK YOU!!!
/**
* An array implementation of a list of Words. The array is dynamic, able to grow if needed
* when an element is added to the list.
*
* method to complete:...
|
|
4 |
348 |
|
|
by moody
Hello!
I have a project in which I must simulate a blog application,with users' post mangament.
These are the requirements:
A blog has a title and a collection of posts.The posts have the following information:
-author
-data
-title
|
01-Apr-2008 14:40
by moody
|
4 |
296 |
|
 |
by sneakerhead724
So I have an exam on Arrays this Friday in my programming class. I am trying to go through some homework problems but have had no luck. Therefore I decided to go over the example problems used in class which can help me solve the homework problems and study for the test. I don't really know how to...
|
|
7 |
288 |
|
|
by sneakerhead724
Hello all I am a newcomer to the Java programming scene and I need help desperately with writing this class. This is the prompt given:
You will write an integer Calculator class. This Calculator will have the add, subtract, multiply, divide, power, clear, and getTotal() methods. However, you will...
|
|
12 |
612 |
|
|
by alcedo
Hi everyone,
I would like to store a file into memory, instead of having to repeatedly load and play a file which would cause loads of overhead.
Consider this code:
SoundMP3 mp3 = new SoundMP3("resources/sounds/Bullet_Effects.mp3");
|
|
2 |
1,000 |
|
|
by cal_bu
Hey, I am writing a tree method called isMaximallyBalanced, but the result is incorrect, and I spent a whole day but can't figure out where the problem is. Please help me for that, and i attach an example. Thanks!!!
public class BinaryTree {
private TreeNode myRoot;
public BinaryTree ( )...
|
|
1 |
533 |