5,031 Posted Topics

Member Avatar for pardeep3dec
Re: SCJP

Dear Experts i want to know about the date schedule and syllabus for SCJP exams of java. >>You need to book your test through [URL="http://prometric.com/Oracle/default.htm"]Prometric website[/URL], syllabus - [URL="http://books.google.com/books?id=Eh5NcvegzMkC&lpg=PP1&dq=java%20sun%20certified&pg=PP1#v=onepage&q&f=false"]SCJP Sun Certified Programmer for Java 6 Study Guide[/URL] Kindly provide me link to scjp. >> Is so hard to use google …

Member Avatar for jwenting
-2
119
Member Avatar for apanimesh061

[QUOTE=quuba;1565594]Use plain text editor.[/QUOTE] To be little more descriptive, Microsoft Office Word is not recommended package to write your code. Use either simple editors like Notepad or get some IDE like IntelliJ IDEA, Eclipse, NetBeans, JCreator, BlueJ etc.

Member Avatar for jon.kiparsky
0
171
Member Avatar for Sekhrian

Directly fron Java Oracle tutorials - [URL="http://download.oracle.com/javase/tutorial/uiswing/components/dialog.html"]How to Make Dialogs[/URL] and [URL="http://inversionconsulting.blogspot.com/2009/01/java-joptionpane-examples-part-1-basic.html"]Java: JOptionPane Dialog Examples Part 1 - Basic[/URL] one of the first results when searching for [URL="http://www.google.co.uk/#hl=en&xhr=t&q=java+joptionpane+example&cp=19&pq=java%20joptionpane%20get%20value&pf=p&sclient=psy&source=hp&aq=0&aqi=&aql=&oq=java+joptionpane+ex&pbx=1&bav=on.2,or.r_gc.r_pw.&fp=a77a2d291f34908d"]java joptionpane example[/URL]

Member Avatar for Sekhrian
0
188
Member Avatar for sneaker

[QUOTE=bibiki;1564162]not only is it not a question. it is an advertisement and closer to spam than any question gets.[/QUOTE] Yes you right it is not question. However you are wrong about advertisement as it is highly unlikely that sneaker and Jim Waldo is the same person (plus he already denied …

Member Avatar for sneaker
0
566
Member Avatar for Acegikmo
Member Avatar for b1izzard

The simplest thing you may want to do is create getConnection() and putConnection() methods as showed here in JSP connectivity [URL="http://www.daniweb.com/web-development/jsp/threads/141776"]example[/URL]. These will help you handle opening and closing of connection, where while opening provide DB URL and credentials as per your need and same code can provide you with …

Member Avatar for b1izzard
0
233
Member Avatar for moone009

[list] [*]Database connectivity [URL="http://lmgtfy.com/?q=iphone+database+tutorial"]tutorial[/URL] [*]Database query [URL="http://www.w3schools.com/sql/default.asp"]tutorial[/URL] [/list]

Member Avatar for peter_budo
0
45
Member Avatar for atoivan

You best learn by trying and failing. So why don't you start with coding? Besides it is your assignment and you need to prove you learn, not us... Second question is more easier so start with that.

Member Avatar for jon.kiparsky
-1
119
Member Avatar for theinvincible

@theinvincible 1. [URL="http://www.daniweb.com/forums/announcement8-2.html"]We only give homework help to those who show effort[/URL] 2. The importance of the task is obvious: [list] [*]you returned 10 days latter [*]you complain about received answer [*]you provided zero activity report [*]you are to lazy to type full sentence English [/list]

Member Avatar for peter_budo
0
302
Member Avatar for pseudorandom21

@mKorbel you forgot to mention another major IDE, Intellij IDEA by jetbrains (my tool of choice ;) )

Member Avatar for peter_budo
0
302
Member Avatar for mipatel

Moved from other thread. @mipatel something to start with [URL="http://lmgtfy.com/?q=java+struts+2+image+to+database"]here[/URL]

Member Avatar for peter_budo
0
186
Member Avatar for private_class_J

Simple [code]for(int i = 0; i < sList.size(); i++) { textPane.setText(sList.get(i).toString()); }[/code] Any previously added text is overwritten by new setText() in your loop. Simplest workaround put whole list in [URL="http://download.oracle.com/javase/6/docs/api/java/lang/StringBuilder.html"]StringBuilder[/URL] and get one string that is added to JTextPane. Advanced, create [URL="http://download.oracle.com/javase/6/docs/api/javax/swing/text/StyledDocument.html"]StyledDocument[/URL] PS: This is not 24/7 answer service …

Member Avatar for mKorbel
0
111
Member Avatar for Jimmyteoh

Thread closed. Please follow discussion [URL="http://www.daniweb.com/software-development/cpp/threads/364484"]here[/URL]

Member Avatar for peter_budo
-3
125
Member Avatar for Dean_Grobler

You are just not seeing simple image [code] if(string.equals("name1")) method1(); else if(string.equals("name2")) method2(); else if(string.equals("name3")) method3(); [/code]

Member Avatar for JamesCherrill
0
290
Member Avatar for kesh1000
Member Avatar for happygeek
Member Avatar for Dean_Grobler

[QUOTE=Dean_Grobler;1539209]How many hours after a meal would [B]not[/B] be considered post-lunch/dinner? 2 hours? 3 hours?[/QUOTE] This is individual. When I was younger I had no problem to run a biathlon race hour after meal, now being older I prefer 1 1/2 or 2 hours period. As for exercising I try …

Member Avatar for Lardmeister
0
203
Member Avatar for NipunaDK

[QUOTE=NipunaDK;1557227]I read That Already[/QUOTE] You expecting direct suggestion while you are being generic [QUOTE=NipunaDK;1557083]Thanks Friend. I am learning from the Head First Java Book. I need more Practice questions to Practice. Do you know a web site or a eBook that has Questions? What I must do to improve my …

Member Avatar for NipunaDK
0
182
Member Avatar for ariffin246

My guess is you declared "package" at the start of the file. Compile will work fine and place the "class" file in subdirectory of the "java" file that been used for compile. You can confirm this by "dir" command (that should be equivalent of unix ls command). Anyway to execute …

Member Avatar for peter_budo
0
108
Member Avatar for oxoxalexoxox561

General question deserves general answer, [URL="http://lmgtfy.com/?q=java+game+open+source+code"]here[/URL]

Member Avatar for peter_budo
0
143
Member Avatar for lsvife

Not possible. Push registry is for messaging (advertising based on geo location) or timer based (reminder) application "wake" up. Inability to schedule an application to start on device start-up is basically downfall of JME

Member Avatar for peter_budo
0
76
Member Avatar for coderick
Re: jstl

Not sure why you did not downloaded [URL="http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi"]Standard 1.1 Taglib[/URL] that is on latest release 1.1.2 [QUOTE=coderick;1550273] I downloaded jakarta-taglibs-standard-1.0.6, copied the files in jakarta-taglibs-standard-1.0.6\lib to web-inf folder of my application in \webapps\ [/QUOTE] Any jar files that you do not wish to share globally through Tomcat lib directory with …

Member Avatar for peter_budo
0
272
Member Avatar for peter_budo
0
86
Member Avatar for jemz

You need to download either Java ME SDK 3.0 or WTK 2.5.2 from [URL="http://www.oracle.com/technetwork/java/javame/downloads/index.html"]Oracle[/URL] or you can use any of custom WTKs provided by mobile manufacturers as linked [URL="http://www.daniweb.com/software-development/mobile-development/threads/302854"]here[/URL]. For usage you can either create project with help of WTK or you can choose to use your favourite IDE. When …

Member Avatar for jemz
0
130
Member Avatar for xiiopao

Would have been nice if you posted/explained what is actual problem or error message and not just generic request. Since we do not know how you created table we can guess that you either declared "id" value to be sequence/auto increment in which case providing NULL value is OK, but …

Member Avatar for xiiopao
0
208
Member Avatar for sha11e

@sergent I hope you done with your n00bing around on topic of C, C++ and C#. @jonsca if mike and jon are same person, then hut off. Great work there

Member Avatar for sergent
0
214
Member Avatar for tomato.pgn

[QUOTE=tomato.pgn;1543905]Still i am getting mails on my previous account??? So if i had subscibed earlier will i receive mail on previous mail id???[/QUOTE] There can be delay, dependent on database performance, for example I change email details few months back and for about 3-4 days I was still getting notifications …

Member Avatar for tomato.pgn
0
199
Member Avatar for shruwin

Move all computation stuff connection to DB and building XML to servlet. These tasks do not belong to JSP/page view. You do so and you will find your life easier on debugging

Member Avatar for peter_budo
0
712
Member Avatar for TheQuad

Your application needs lot of cleaning, also you provided uncompleted code so nobody can try to run it and see where is the problem. However from what you provided you better try to re-think this for loop for example [code]for (int i = 0, j = 0; i < guess.length; …

Member Avatar for peter_budo
0
1K
Member Avatar for pramod lekkala
Member Avatar for peter_budo
0
83
Member Avatar for gedas

Have look on JUnit, here is link to quick [URL="http://code.google.com/p/t2framework/wiki/JUnitQuickTutorial"]JUnit 4 tutorial[/URL]

Member Avatar for gedas
0
96
Member Avatar for geekme

If you read about various mobile OS then you should have some idea of what platform you would like to start/try to work on: [list] [*]Android [*]iPhone [*]Symbian/Qt [*]Java Microedition for BlackBerry or other JME supporting devices [/list] or perhaps having language preference: [list] [*]Java [*]C/C++ [*]Python [/list]

Member Avatar for geekme
0
66
Member Avatar for warlord902

Project seems to be active on java.net. They also have mailing list so I would suggest to ask there. [url]http://java.net/projects/jxta-jxse[/url]

Member Avatar for warlord902
0
128
Member Avatar for arshi9464

Had similar issue few years back, you can read on it [URL="http://www.daniweb.com/software-development/java/threads/73182"]here[/URL]. Advice, what other guys said there about being bad stuff to do is true. So if you let us know what you are trying to achieve we may able to help you out with more suitable solution then …

Member Avatar for Tellalca
0
195
Member Avatar for zambag

Thread closed as it is double. Please follow discussion [URL="http://www.daniweb.com/community-center/it-professionals-lounge/threads/360701"]here[/URL]

Member Avatar for peter_budo
0
203
Member Avatar for TGeorge824

[QUOTE=TGeorge824;1539618]yeah i looked at that yesterday and I couldn't figure it out.[/QUOTE] That will be because that tutorial is dedicated to creating JAR file for your application, updating JAR and executing it. It does not describe how to execute application that requires a library through command line. This can be …

Member Avatar for peter_budo
0
169
Member Avatar for imso

I would appreciate if you stop create new threads and stick with this as all your problems & questions are the same issue of how to record video.

Member Avatar for imso
-1
449
Member Avatar for ChrisHunter

1. Post moved to Mobile development section 2. James not sure about deprecation of Tokenizer, as far I know it was never part of Microedition 3. Chris I think your problem is in the way of storing data in RecordStore. Since you are transforming your entries directly to byte array …

Member Avatar for peter_budo
0
219
Member Avatar for blackhook
Member Avatar for Taimoor Rana

Have look at Beginning Java Game Programming ([URL="http://www.amazon.co.uk/Beginning-Java-Programming-Jonathan-Harbour/dp/1435458087/ref=sr_1_3?s=books&ie=UTF8&qid=1303201684&sr=1-3"]Amazon link[/URL]) I read few chapters from their JME version when I needed some 3D for mobile development

Member Avatar for Taimoor Rana
0
179
Member Avatar for burntout

[QUOTE=burntout;1538719]I would like to know how i can replace an outputline with a write to a log file? Ive tried searching but no luck.[/QUOTE] I consider that bad joke since simple google search with "java message logging" brings millions of results where each of them mention either [URL="http://logging.apache.org/log4j/1.2/manual.html"]log4j[/URL] or [URL="http://www.slf4j.org/manual.html"]slf4j[/URL]. …

Member Avatar for JamesCherrill
0
100
Member Avatar for sharathg.satya

Quick notes how to install Java can also found in [URL="http://www.daniweb.com/web-development/jsp/threads/249070"]this post[/URL]

Member Avatar for jwenting
0
126
Member Avatar for aadebayo

[QUOTE=aadebayo;1537272]How can I edit the previous posts that has data in it? It contains data that is not totally encrypted.[/QUOTE] Are you talking about editing posts that you created on this forum? If so then you cannot edit post after 30 min since you post it. Therefore you will not …

Member Avatar for peter_budo
0
193
Member Avatar for kailash999

You need to create WAR file of your application and copy that to your remove server where it will be extracted. Most of advanced IDEs like IntelliJ IDEA, Eclipse and even NeatBeans have menu option "Build" that should do it automatically for you if you created appropriate project type

Member Avatar for peter_budo
0
70
Member Avatar for reet_bahl

Tread closed as there is double [URL="http://www.daniweb.com/software-development/csharp/threads/360171"]here[/URL]. Please follow discussion there.

Member Avatar for peter_budo
0
133
Member Avatar for ayanbizz

The answer will be [URL="http://www.daniweb.com/software-development/mobile-development/threads/302854"]Starting mobile development [SDK / tutorials / resources / faq][/URL] post on top of Mobile Development section where your post been moved

Member Avatar for peter_budo
0
130
Member Avatar for malcolm1105

Neither of them. I disliked COD series after COD2 since they moved to small maps and no vehicles. Just camp and spray. COD-OU was bes, because of that I prefer larger map based games and obviously with vehicles like BF2, Quake Wars - Enemy Territory, BF-Bad Company 2 or new …

Member Avatar for peter_budo
0
161
Member Avatar for jingda

[QUOTE=susheelsundar;1534730]How many profiles you had banned so far? :) Hundreds? thousands?[/QUOTE] Not sort of info interesting for me, so I do not keep record and you can expect same from rest of moderator team. Forum without spammers is our aim.

Member Avatar for Portgas D. Ace
0
289
Member Avatar for bhallarahul

Why not use jQuery and look up some nice library to help you with it, something like [URL="http://www.jqplot.com/"]jqPlot[/URL]?

Member Avatar for peter_budo
0
93
Member Avatar for jingda

Should we have a hall of fame. >> We already award every month one active and helpful member with "Featured Poster" badge, that used to be visible with every post (still visible if you roll-over member's name next to a post or visit member profile) That shows the mods and …

Member Avatar for peter_budo
0
186

The End.