Summary: How would i go about creating: A method named toString that accepts no parameters. toString returns a String consisting of the value of title , fol...
Summary: Hello, I have just started taking Java (programming III/IV) at my high school, and was wondering if any of you can give me a better explanation of the...
Summary: I am new to Java and programming in general, just starting to take a class in the fall. I have two questions. Is there a way to print out a message an...
Summary: In Java, when I read a line by executing .readLine(), the pointer gets to point the begining of the next line in a stream. My question is if there is...
Summary: Got a question for those who'd be willing/able to answer. My question is on "adding to" the VM. (yes, this is a concept question) How would/is it poss...
Summary: I've a question... im begining to get into networking... setting up an InetAddress, there's a constructor that takes a byte array... i'd like to use b...
Summary: Hi! I have got some problem whit JAVA.The question is already solved(it is a palindrome word ex: ANNA) but I don`t understand how does it work for ex...
Summary: hey, i have a quick question about strings im using the stringbuffer class to store letters in a string, i was wondering if there was an easy way to d...
Summary: I need a help about to compile java. My question is when i shall compile java what should i write for compliation... 1--- javac A.ja or 2---j...
Summary: Hello, I created a JTextArea object in a scrollable pane which is in a tabbed pane. The text area scrolls fine if the user holds a key down for a wh...
Summary: Hi, I just started trying to learn java, today my first programming language, but after writing the test programme and compiling it, then viewing it ...
Summary: In Java, how do you make it where if you have a double with a lot of spaces (like 5.120230061 for example) print out with only two spaces? (like 5.12)...
Summary: Hello everyone. As you know the difference between passing a variable with primitive type and passing an object as argument for a method in Java. ...
Summary: What is the difference between the regular java sdk 5 and the Java EE 5 SDK Update 2? Kindly explain. I want to learn about java web services so my as...
Summary: Thanks for the reply. "1. Try and telnet to the SMTP server, then you can experiment by typing the commands and seeing exactly what you need to type (...
Summary: hi all, was reading through someones java code and i dont really understand the sql which is being constructed below : insert into ...... values(?...
Summary: Folks - I am an old man, have been programming for over 30 years, first code in FORTRAN in '67-68. Currently doing Java work. Question about all the h...
Summary: I have a question about the main function in Java. The main funciton in Java is a static function, so you can't call non-static functions inside a sta...
Summary: got a question I'm new to java networking, and working on a super simple chat server/client app... I've got it to the point that it'll do most of what...
Summary: Is there a funtion to get just the current time as a string? Here is what I have now userName and date are defined at the beggining of the class): ...
Summary: Simulation - A virtual student taking midterm test. A virtual student takes a test that has 8 true/false questions, and the probabilities of his/her a...
Summary: I have some questions about the JDI(Java Debug Interface) APIs, 1.When use the method of ThreadReference: public void stop(ObjectReference throwable...
Summary: I have a stupid question. I'm trying to make an applet (just to understand the concept) which will move a letter X up, down, left, or right. Like a ve...
Summary: Hi, I am using Jexepack for convering .class file to .exe. But i did not understand it. suppose that I have two files that are "fibonacci.class" and "...