1,522 Posted Topics
Re: [QUOTE=jbennet;772491]Been that way for a while[/QUOTE] I don't know how long ago it was changed but Comatose, up until ten days ago, hadn't posted since March 2007, almost two years ago. | |
Re: Well how are we supposed to help you if we have no idea what your code is or what you need to help you "complete it" | |
Re: [QUOTE=stephen84s;768636]Please use [URL="http://www.daniweb.com/forums/announcement9-3.html"]code[/URL] tags, if you wish us to go through the code. [/QUOTE] Since his code is so long he should give us only the part that is giving him trouble, then if we need more we can ask for it. Posting all that code in the OP isn't … | |
Re: [QUOTE=Narayanan87;768269]Can anybody send me the source code in JAVA platform for Networking monitoring[/QUOTE] We don't hand out code, or much help, without effort. Your question is too vague to be answered (or perhaps 'Network Monitoring' is a very specific and I haven't heard of it.) | |
Re: [QUOTE=chili5;768138]What do you mean? There isn't multiple inheritance in Java. It's a single inheritance only language. :)[/QUOTE] That's what javaAddict said, Java does not have multiple class inheritance, you can only only extend (is-A) one class. However you can implement (has-A) any amount of interfaces you want. | |
Re: [QUOTE=GrimJack;767578]I am going to let my cat post[/QUOTE] From the looks of your post your cat must be thinking about sleeping; all those z's. | |
Re: [QUOTE=quuba;764637]Use a suitable tool for creating software. Use free IDE NetBeans.[URL="http://www.netbeans.org/downloads/"]http://www.netbeans.org/downloads/[/URL][/QUOTE] Uhh... how is this helpful? I'm sure your book must show you examples of constructors, private methods and their uses. Anyways a private method is a method that can only be used in the containing class. They are generally … | |
Re: [QUOTE=llemes4011;762057] i think before i do anything else, i need some sleep. 4.5 hrs of sleep a night for 2 nights isn't the best idea.... [/QUOTE] If you're sleeping polyphasically that could be to much sleep :) | |
Re: I read way to much, it attributed to me becoming near-sighted. Here are some of my favorite books that I have read. Bartemiaus Trilogy-Jonathan Stroud Fatal Instinct- Robert W. Walker Lord of the Rings trilogy- Tolkien Lincoln Ryme series- Jeffery Deaver The Blue Nowhere- Jeffery Deaver The Dark Tower series- … | |
Re: [QUOTE=lepetitevoddy;759927]I have this wierd kink in this program, it keeps telling me that there is a "missing return statement for public static question. i'm kind of new to JAVA and i've tried everything! please can someone help! [/QUOTE] "missing return statement" is saying there is a way question() could run … | |
Re: I would also find this a useful feature. It would also allow easier searching for newcomers, seeking an answer. If they (or we) could easily search the code snippet library, it would make answering question much easier. | |
As you may or may not know there is [URL="http://www.cnn.com/2008/WORLD/europe/12/07/greece.riots/index.html?eref=rss_topstories"]rioting in Greece[/URL] due to the fatal shooting of a sixteen year old boy. He was shot in the process of "throwing a fuel-filled bomb at officers." I don't think the officer wanted to kill this kid, but think about it, … | |
Re: >>>Why should we believe you? - John A :) This is good rep on a rep comment. | |
Re: [QUOTE=Narue;750396]>but concatenate this post above if anyone >doesn't make a reply in this precise moment. Why don't you just edit your post instead of keep replying to yourself?[/QUOTE] To prove his point. | |
Re: 1) Learn Java, do this by reading books/tutorials, taking a class, et cetera. Read the thread at the top of this forum, [URL="http://www.daniweb.com/forums/thread99132.html"]Starting java[/URL]. 2) Start coming up with your idea. Do this by thinking or Google it, or do what Ezzaral suggested and search Daniweb for threads asking the … | |
Re: [QUOTE=peter_budo;716235]I hope that you will be able to do something with these adverts. The site looking like "cheap" forum with all of them around[/QUOTE] I can't see any advertisements; except for the one that says, "Is Daniweb Helpful? Click for details. " | |
Re: Ads? Flash animations? Oh yeah... Firefox+NoScript+AdBlockPlus=solved problems :) | |
Re: I love the piano and the guitar but the guitar is a lot more fun to listen to. | |
Re: Read [URL="http://www.javabeginner.com/java-access-modifiers.htm"]this [/URL]for help with access modifiers. Or just Google it. It's a very common question | |
Re: What have you done on this problem? Show us some effort and maybe you will receive help. Also, try google. | |
Re: [QUOTE=Antenka;745385] P.S. If you post your code in more readable state next time, you get the answer much faster :)[/QUOTE] If you notice the OP did try to use code tags, just made a little mistake on the second one. | |
Re: [QUOTE=bomber4368;664490]Hello, This is good idea. I am doing project on electronics voting machine and I need help to start with. I am doing prototype model of electronic voting system which includes security fix. Can you help me in some way to start using Java programing? Bomber[/QUOTE] You already have a … | |
Re: I'm sorry but are you asking for help? If not, congratulations on getting your beep method to work. If you are asking for help, what is your question? | |
Re: What you need to do is mark the thread as solved, so people don't read the whole thing to realize it has been solved. Just for future (and present) reference. Thanks :) | |
Re: [QUOTE=dickersonka;738224]and also just to make sure you aren't running client and server on the same machine are you?[/QUOTE] I have never had trouble running a server and client on the same machine before, but I haven't looked through the code here to see if they are doing anything different than … | |
Re: [code]e.printStackTrace()[/code] is used for "tracing" where your exception occurred. It is useful to the programmer for debugging, but useless to the end user. Try validating your input before you parse it to an integer. If you catch that exception you get from [code]intage=Integer.parseInt(age);[/code] you can handle it accordingly. | |
Re: [QUOTE=shubhang;736456]This is the modified code. It is not working properly. Please look into it. [/QUOTE] That's really not enough information to go by. What specifically isn't working? I'm not seeing any compilation issues so whatever isn't working is most likely a logic error. | |
Re: Try going through the [URL="http://java.sun.com/j2se/1.5.0/docs/api/java/util/Scanner.html"]Scanner[/URL] class. That should be sufficient for your purpose. | |
Re: I'm going to assume you had to create a class called Year, because otherwise you would have used the built-in [URL="http://java.sun.com/javase/6/docs/api/java/util/GregorianCalendar.html"]GregorianCalender[/URL] class that has a method isLeapYear(int year) :) What I would do is get the input using the YearApp class and pass that input into the parameter of your … | |
Re: [QUOTE=anil_forum;733174]Hi sudon hw are u? I got a sol for ur prob,u can use web languages like html,jsp etc.further u can refer to a book named "WEB ENABLED COMMERCIAL APPLICATIONS" author is:IVAN BAYROSS..............and if u know sol for my problemthen plz rply friend or if u know any expert who … | |
Re: [QUOTE=jbennet;727732]Google is worse than M$ when google becomes the new MS (when the fat client OS is redundant) and apple becomes the evil purveyors of DRM, we will wish we had not been so mean to microsoft.[/QUOTE] So true. There are only two things Google is useful for; Gmail (and … | |
Re: [QUOTE=gangsta1903;733186]I understand what you want to tell. Waiting a valid input file may be a good choice. But, if I don't want to give that right to the user, I mean user has to enter a valid filename at his first choice,else the program has to be terminated. In my … | |
Re: Just put [CODE=java]int menu = keyboard.nextInt();[/CODE] in the while loop. It will continue asking for input until menu is equal to 99, or [CODE=java]break;[/CODE] is called. | |
Re: [QUOTE=jbennet;722782]You guys should just ban guns, works for us most of the time[/QUOTE] American's (such as I) are to cynical of our government to let that happen. | |
Re: [QUOTE=GrimJack;731205]sounds cold and chilly[/QUOTE] My favorite. I have always loved winter, especially snow; even the shoveling. | |
Re: [QUOTE=jayjaysam0441;732900]Hello, I need help!!! Very new to programming. I need a program that will display...[/QUOTE] You already have a thread dedicated to this same exact question [URL="http://www.daniweb.com/forums/thread156225.html"]here[/URL], with quite a few responses. | |
Re: Easiest way to do what? You haven't told us what you need help on (besides the vague "I want to add some more features"), we have no clue where your at with implementing these "new features" and we don't even know if what you have done works! You state, "I … | |
Re: [QUOTE=shrughes;731250]Login required; no reason to waste your time with this.[/QUOTE] Because there is a login it is a waste of time? Does that mean Daniweb is a waste of time too? | |
Re: [QUOTE=javaAddict;731990]Two for-loops[/QUOTE] I'm assuming you mean inside the method he has to create (just clearing it up because I was confused at first) To jayjaysam0441: I don't think you need seven methods; three calls on the same method, with different parameters should be fine. [CODE=java] public void printBlock(String character, int … | |
Re: Navy Recruiter: Just fill out this form, and you're on your way to the reserve. Homer Simpson: There's a question that's crossed out. NR: Well... due to a recent presidential order, we're not allowed to ask that particular question. HS: I think I can make it out. [reads] HS: "Are … | |
Re: [QUOTE=peter_budo;725478] You should organize your topic subscription more often, anything what is older then 1-2 weeks is past with me...[/QUOTE] Or just remove all email notification like me. My Control Panel tells me what threads have been updated, why bother having me email tell me too. | |
Re: Do you have to do it that way? I think a much more interesting way would be to use [URL="http://java.sun.com/docs/books/tutorial/uiswing/components/colorchooser.html"]ColorChooser[/URL] | |
Re: You never set operationS to value and then you ask if it equals something. You need to set it to a starting value, or a value inputted from the user. |
The End.