35,619 Topics

Member Avatar for
Member Avatar for muthumariappan

hai friends just now i am finishing M,Sc(IT&SM)now i am entering in project work i am not under stand java tech so how to develop java skills help me friends by muthumariappanap

Member Avatar for chili5
-1
106
Member Avatar for legilimen

Am searching for an efficient algorithm for generating solved Sudoku given the size(rows and column) of the board as input. i have written a program but its performing badly when the number of rows and column exceeds 40 (ie 40 x 40 matrix ). [CODE] import java.util.Scanner; public class Main …

Member Avatar for BestJewSinceJC
0
250
Member Avatar for peter_budo

I have two questions ( these may be very simple, but I'm concentrating on different things so I need somebody push me in right direction as not to waste time, bold said but that is reality) [LIST=1] [*]Passing object from top component to lower ones I have GUI where after …

Member Avatar for BestJewSinceJC
0
163
Member Avatar for solarwarrior

i'm making my minor project in steganography. but i'm not getting any useful information about f5 algorithm of hiding data in a JPEG image.it makes some use of DCT quantized coefficients ,please help me !!

Member Avatar for solarwarrior
0
91
Member Avatar for rajeesh_11

Hi, I trying to run a Axis JAVA client with a GSOAP C++ server. Here in the below given code I am trying to make an asynchronous call from the JAVA client using "sendReceiveNonBlocking" API. On the GSOAP server side I am using the "soap_send_..." for the asynchronous behaviour. I …

Member Avatar for rajeesh_11
0
381
Member Avatar for andrepezzo

Hi, I have a simple class with 2 constructors.(It's very long so I won't paste it..). I assign the value of a boolean static field according to the used constructor. I also have implemented serialize/deser methods. My problem is the following : I have to perform different serialization/deserialization actions according …

Member Avatar for ~s.o.s~
0
1K
Member Avatar for hell2heaven

I'm unable to delete data in a file in java.I tried to take whole data in to a string and manipulate it and output the data to the file.But it is stated in the problem that...it should not be done in that way.could anyone help me out??

Member Avatar for stephen84s
0
124
Member Avatar for jackiejoe

I have a table in mysql which I can view perfectly using JSP, but there is a problem with inserting into the table which I cannot figure out. Here is my code: [CODE]<%@ include file = "database_ini.jsp"%> <% if(request.getParameter("insert") != null){ String name = request.getParameter("name"); String sql = "insert into …

Member Avatar for sillyboy
0
111
Member Avatar for orgilno1

Guys, I'm in need for a java jar named tidalwave and drew. Is there someone who can tell me where can I find this jar?

Member Avatar for peter_budo
0
124
Member Avatar for anuragkollam

please help any body knows the code in java networking..i want the code of transfer folder contents from client to server.....thread must me included so that timely back up will occur... <snip email>

Member Avatar for verruckt24
1
103
Member Avatar for bharanidharanit
Member Avatar for biswajit.cse

Hi All, I am a new one in jsp having the basic idea. I have some dll deployed in web server. When user hit my server on the login.jsp page I instatiate a Com dll using the Object tag. Now the problem is that if my site is not added …

0
43
Member Avatar for psaziz

Dear friends I am new to this forum and looking for help here. I am building an application in JSP with TomCat and MySQL. The application is to be stored on C:\ on the server while the data it will be dealing with will be on D:\. When I use …

Member Avatar for stephen84s
0
83
Member Avatar for srs_grp
Member Avatar for vinaykumar1690

this question has been burning in my mind for a long time, which is more popular and superior java or .net what are the future prospects of java and .net I'm not sure whether i can post such a question here cos i'm new to daniweb. looking forward for replys. …

Member Avatar for verruckt24
0
100
Member Avatar for PhiberOptik

hey guys, I was wondering if there is anyway that my java app could retrieve the computer name. IE My computer could be named [ICODE]"PhiberOptik-desktop"[/ICODE] I want to retreive [ICODE]"PhiberOptik-desktop"[/ICODE]! Thanks PO.

Member Avatar for PhiberOptik
0
116
Member Avatar for dreamer14

I am just wondering if i want to delete a file using coding how can i do it using jsp? Example i have a file name pig.jpg in my root folder and I wish to delete this file as i no longer use this any more how can i do …

Member Avatar for peter_budo
0
2K
Member Avatar for srs_grp

Can anyone give me code for conversion of IEEE-754 representation of binary float to decimal number?

Member Avatar for masijade
0
89
Member Avatar for pankaj_Salwan

hi!! all i have a problem in jsp file...my file has a javascript function which is using xmldoc.load(mytext1.xml) function..when this file along with other files is bundled as an ear file and deployed on server .. it is not getting loaded in memory..bt as a standalone application it is working …

0
51
Member Avatar for Stonehambey

As far as I've been able to discern. The "cannot find symbol" compile error is a result of one of 2 mistakes. 1) The class name is spelled incorrectly 2) The class isn't in the same directory as the class trying to instantiate the object or the class isn't in …

Member Avatar for Stonehambey
0
109
Member Avatar for ronpar2584

Hi I am writing a simple java program in which i am facing some difficulty while writing the text in the file. Aim of the program is to add some debug message in the empty catch block. I am able to add the message but the text in the file …

Member Avatar for ~s.o.s~
0
791
Member Avatar for Eggplant

Hi, I you probably have much annoyance with homework help, but I'm a first year student in high school doing a AP comp sci class. I'm currently working on my eighth program, the past 7 were all solved by me, and I helped others with it, so I'm not trying …

Member Avatar for Eggplant
0
387
Member Avatar for 0-Roisin-0

I have only ever done the very basics in Java and really need help. I have to read innumbers from 1 to 20 and then print true if all the numbers are present and false otherwise. I don't know where to start!

Member Avatar for BestJewSinceJC
0
131
Member Avatar for aveltium

Hi! I'm new to Java. I need to make an array like: int b[] = {0,1,2,3,4,5,6,7,8,9}; Is it possible to use a loop to generate an array like that? I don't know if I'm asking the right question, so I will try to explain it: [code=java] class test0{ int a=0; …

Member Avatar for aveltium
0
143
Member Avatar for Mr.UNOwen

Hello, So I'm thinking of creating a few programs that don't use the provided components like the Button class. Basically I want to create components like a button, text field... etc, but with their own look and feel to them. I tried overriding methods of existing components and I tried …

Member Avatar for Mr.UNOwen
0
131
Member Avatar for PhiberOptik

Hey guys, I am trying to delete a file. I don't understand why its not working. [CODE=java]public void Refresher()throws IOException { File theFile=new File("C:\\theFile.txt"); theFile.delete(); }[/CODE] I launcher it with [ICODE]Refresher();[/ICODE] I googled around and followed a tutorial. (My code is compiles correctly) Thanks PO

Member Avatar for PhiberOptik
0
351
Member Avatar for tanha

Hi. I want ot use the TinyMCE editor in my jsf code, but unfortunately there is error in using the init function, and also in eclipse when I copy the folder of the tinyMCE, there is warning sign on the folder. can any one help me through this issue ??? …

Member Avatar for ~s.o.s~
0
235
Member Avatar for BestJewSinceJC

I managed to delete the only up to date saved copy of an important Java project I had (I know, I know). I have the compiled .class files and I know it's possible to decompile them. Can anyone direct me to any references or anything to help me do this …

Member Avatar for BestJewSinceJC
0
130
Member Avatar for Rameses

This is ClickMe program where it's suppose to change button text once the user clicks the button. Although, program does successfully launch and pops up the "Click ME" button but once it's clicked nothing happens, it doesn't change anything. Any help would be appreciated. import javax.swing.*; import java.awt.event.*; public class …

Member Avatar for BestJewSinceJC
0
91
Member Avatar for kc8pdr
Member Avatar for chackboom
0
138

The End.