32,199 Topics

Member Avatar for
Member Avatar for imran786

hi can someone [COLOR="Red"]please[/COLOR] tell me how to insert a image into an image array. The image is currently in the same folder as the class file.

Member Avatar for Alex Edwards
0
73
Member Avatar for muthu592

Hai friends, I don't know how to write a coding in bean.? As well as how to compile and run Bean coding

Member Avatar for Alex Edwards
0
113
Member Avatar for pardeep3dec

Hi friends, I am new to JAVA but i know c/c++ very well. I want to learn java so please help me from where i can start it and which book i should refer.

Member Avatar for peter_budo
0
107
Member Avatar for lllllIllIlllI

Hi guys Im pretty new to java after programming with python for about a year i thought i'd give it a go. I did have a quick question though. How would i check for membership in a string. For example [code=java] String str1="Hello world"; String str2 = "world"; [/code] Is …

Member Avatar for peter_budo
0
98
Member Avatar for ramjeev

Hi friends, I want to make a movie player.I heard about JMF but not had any idea.If anyone knows, kindly help me. thanks, ram

Member Avatar for ramjeev
0
125
Member Avatar for prateeknigamk

i am new in java can any one please tell me the main use of constructor if we can use method in what cases its necessary to use constuctor

Member Avatar for jaka.ramdani
0
83
Member Avatar for kevinpeterson22

Hi well wishes to all i have written the code for to create to-do list in java swings with mysql i hereby attached my code to you for reference Req: Taskno(set as primary key), Task Name, Task GroupName, TaskPriority(high, low and medium which is mentioned in combo box), task status( …

Member Avatar for jaka.ramdani
-1
134
Member Avatar for kiransarv

Can any one help me out in creating sessions for each request in java servlets so that until one request completes no other requests will be processed.....

Member Avatar for stephen84s
0
78
Member Avatar for newtechie

i have a file from which i have to read and compute the total value of all items,i dont know what methodto use to read arrays i tried DataInputStream(object).readInt(quantity[]); but it says it is wrong can any one help me in reading from the file and computing the total value …

Member Avatar for newtechie
0
117
Member Avatar for ravikiran032

i would like to know how to get ipaddress using host name of my friends computer in java programming. I have tried using [COLOR="Red"]getByName(".....")[/COLOR] method ,but it is a failure. will u assist me.......

Member Avatar for Ezzaral
0
127
Member Avatar for Ajaxx

Hi guys, what might be the cause of this exception, the reason why I did not make my methods static is because I'm running it on putty. Here is my error: Exception in thread "main" java.lang.NoSuchMethodError: main [code=java] package NCN; // Trying date formatting import java.util.Locale; import java.text.DateFormat; import java.text.ParseException; …

Member Avatar for peter_budo
0
287
Member Avatar for joshmo

hello. Am having a hard time intepreting this java error. The last post made somethings clear but I dont know what am missing. I am getting the error "cannot find symbol construtor Student(java.lang.String, java.lang.String,char,boolean,int,int)" Iam getting the error on this line of code [code] Student studentObj1=new Student("mark","251461",'m',false,3,5);[/code] Here is the …

Member Avatar for joshmo
0
84
Member Avatar for sm2008

OK hey everyone came across this board and wondered if anyone can help me with a problem I'm having? Sometimes this laptop will start becoming jumpy, the mouse will freeze for a fraction of a second and there is a noise from the speakers which happens every few seconds. I'm …

Member Avatar for gerbil
0
501
Member Avatar for MxDev

hi guys, how to detect that the text in the JEditorPane has been changed to tell the user before exit the application.

Member Avatar for MxDev
0
67
Member Avatar for shobhit123

doubt on garbage collection How the garbage collection thread is called. Who calls the garbage collection thread. Is it jvm itself. Is it called by jvm when ever we start running a program. And when we say that garbage collection is an automatic process then why do we implement [code]System.gc()[/code] …

Member Avatar for jwenting
0
65
Member Avatar for revanthvemuri

Hai, Can any one solve thsi problem immediately for me.First ,I got one WSDL file from thirdparty using that wsdl through SOAPUI plugin (WSDL2Java) i got some classes and i created one webservice and deployed it in the JBOSS Server and also i had written one client class and in …

0
73
Member Avatar for Coyboss

I am working on a simple "test 123" java program for a RoboJDE robot. I keep getting a semantic error when I compile. The error reads ***semantic error: "private" is not a valid modifier for al ocal variable*** ***semantic error: "staict" is not a valid modifier for a local variable*** …

Member Avatar for Coyboss
0
275
Member Avatar for balakrishnan.kb
Member Avatar for balakrishnan.kb
0
264
Member Avatar for shobhit123

kindly expalin the following doubt on run method can you explain how run method is called and who calls the run method. Also can you explain that if a main method has one more thread then how the scheduling is done.How the priority is set for main and the other …

Member Avatar for masijade
0
99
Member Avatar for shobhit123

I had come across some strange behaviour while i was looking at some java code. These are as follows:- 1. here is the first observation The output of this is false but not [code] str1 == str2 [/code]false.can you tell me why? [code] String str1 = "shobhit"; String str2 = …

Member Avatar for masijade
0
144
Member Avatar for ceyesuma

Hello I have been studing the tutorial at [URL="http://http://www.netbeans.org/kb/61/web/hibernate-vwp.html"]http://http://www.netbeans.org/kb/61/web/hibernate-vwp.html[/URL] I am starting to understand how data from a database gets to a webpage to a table via a selection box. But in the code I can not see where it actually build a SQL query is there a method in …

Member Avatar for ceyesuma
0
89
Member Avatar for Zwelinzima

Dear Developer I will soon be a begginer in java industry, so i would like to know as to which java questions and what to expect in java interviews and industry, because i believe that in industry every thing is different from what i was doing at Teriary level. if …

Member Avatar for Salem
0
76
Member Avatar for rapperhuj
Member Avatar for Ezzaral
0
92
Member Avatar for abhi_elementx

hello folks, could anyone tell me how to access a spreadsheet from a java program? I tried using the javaexcel API but cant run the program. Any other APIs/ways I can find? thanks

Member Avatar for Ezzaral
0
82
Member Avatar for bops

It is quite hard to explain what I mean here, but... Say I have a class that is stored on a hard drive like this.. [CODE]project/helpers/MyToolkit.class[/CODE] i.e. the class MyToolKit is stored in the package project.helpers and would declare it in its code like this.. [CODE=Java] package project.helpers; public class …

Member Avatar for Ezzaral
0
148
Member Avatar for warlock300300

I need helping writing the following code that does the following pls Implement the following String List ADT: A String List is a list (sequence) of strings with the following methods: 1. A constructor that initializes the list to be empty. 2. A boolean isEmpty() method that returns true if …

Member Avatar for Ezzaral
0
80
Member Avatar for newtechie

i did a codig to find the no. of words,no. of characters and no. of lines in a file i was not getting the output, can anyone help me [ICODE]import java.io.*; public class countCharacters { public void Lines()throws IOException { File f = new File("in.dat"); FileReader fr = new FileReader(f); …

Member Avatar for newtechie
0
451
Member Avatar for kevinpeterson22

Hi I am new to java and j2ee Can anyone send me the code for to-do list creation in java swings and mysql DB i want to create a to-do list in jsp . and i feel that if i modify the code from java swings to jsp then i …

Member Avatar for javaAddict
-2
299
Member Avatar for geex

hey will someone give me a code of a fiel sharing peer to peer application so that i can get familiar with it because even though all the researches are helpfull but i have to read some code to understand it better thanks

Member Avatar for javaAddict
0
119
Member Avatar for crotty99

Hey everyone, im working on a project for uni. The question wants me to read from a text file, place the info into an array, sort the information in that array and write it to a new file with the sorted information. So far i have been able to read …

Member Avatar for crotty99
0
112

The End.