September 9th, 2008
msquared (Administrator)
|
Read This First
Greetings,
It is strongly advised to download the first two links to your computer. The first
link downloads Sun's Java Tutorial which is an almost... more »
sticky
|
|
Java Puzzles
Parentheses affect the order of evaluation only, except in one situation.
What's that situation? more »
sticky
|
|
How,,,virus Free Ear Files?
One person asked me whether I can guaranty that the web solution that I provide for him, is free of virus attacks.I was willing to use JSF,EJB3 and... more »
|
|
Java:noSuchElementException.
text file
Dietel10004 How to Program In Java R IN Dietal & Dietal Prentice Hall 06-09-08
Flanag0204 Java In a Nutshell C OUT David Flanagan O'Reilly... more »
|
|
Casting values from Object array
In our code we load data into Vector variables. However, in using a third party API we are required to send it the data in array form, for example as... more »
|
|
Templates problem
Hi,
if there is: public class Range<T extends Comparable<T>> extends Scope<T> implements Cloneable, can I define this one: public class RangeList<T... more »
|
|
Java:Reading text file
bd.txt
D2333 How to program in Java r IN 454554 Dietal & Dietal Prentice Hall
G4547 Java in a Nut Shell c 343345 David Flagman ... more »
|
|
Java Mail
HI ,
i am gan.I have to develope an applictaion that will send feedback mail to my mail id from a feedbackform.
It also... more »
|
|
read value from combobox.
hi all
i face problem reading the JComboBox's selected item to a string variable.
i'm trying like this;
String... more »
|
|
Counting Vowels and Words with Eclipse
Hi! I'm using Eclipse as an IDE, I need to code a program where users enter a string and it computes the count for each vowel, and how many words are... more »
|
|
NullPointerException when adding Event to JButton
I am trying to edit the GUI of a project in Netbeans. In particular, I am trying to add new JButtons. I get a NullPointerException when I try to... more »
|
|
Call servlet On Server Startup
How can i call a function automatically when the server started ? more »
|
|
Time Complexity Question (Big Oh)
I have a problem for my homework where it asks me to:
Show that log(n!) = O(n log(n)). Do this by comparing n! with n^n.
I attempted to prove that... more »
|
|
Java Games Please Help!
Hello!
I am creating a simple game in java that will arrange the button(with letters) to form a word.I already create the GUI but i do not know how... more »
|
|
creating thread : error
Hi
class NewThread implements Runnable {
Thread t;
NewThread() {
t = new Thread(this, "Demo Thread");
System.out.println("Child Thread:" +... more »
|
|
SearchCrawler Error, Kindly provide me solution
SearchCrawler.java
The program search crawler used to search the files from the website.
From the following program i got 7 compiler error. can any... more »
|
|
Encryption question
i have a project in school...
it needs to encrypt sentences using a substitution table, Caesar Cipher and permutation table...what should i do??? more »
|
|
Calling a method with a scanner parameter
For my class i have to write a program that has a method to combine integer time input values into a single double value, return that to a method... more »
|
|
Can iterate List two dimentionally??
Hiii, ALL....
I have a bunch of data in tabular format, columns r fixed but rows may varry.
I store this bunch of data in a List.
When I retrive... more »
|
|
Simple: Changing scroller size on JScrollPane?
Hi guys. I have a mouse event on my frame that enlarges the size of a JPanel that in on a JScrollPane. When the JPanel's size changes, the... more »
|
|
Help please
I was writing a simple programs on arrays and i dont know why these error pop up if some can explain what im doing wrong
public class CoinValues... more »
|
|
help with generating random numbers between -1 and 1
Math.random() returns a number in the interval [0, 1), right?
So, if I need to change the interval to (-1, 1), would I use do this...
xCoord =... more »
|
|
HttpServletResponse in a div of a webpage
Hello everyone!
I have a webpage with a form with two text boxes and the action of the form
it's a servlet. I know how to get the... more »
|
|
Socket Timeout Exception:
Guys, anyone ever experience this on the server and know how to solve it? it happenes when I try to copy and paste(deploy) some .ear and .jar files... more »
|
|
Problem to listout the ports in javax.comm package
hi, currently i am doing the project to send the sms from PC to Mobile and vice versa using GSM modem. I successfully done this process in... more »
|
|
calculator HELP!!
public class Calculator {
private long input = 0; // current input
private long result = 0; // last input/result
private... more »
|
|
confuse about protected and private members of a class...
what is the difference between a protected and a private members of a class?
can someone explain it to me..
tnx.. more »
|
|