35,619 Topics

Member Avatar for
Member Avatar for raghu.8

hi i am creating travels project using .net with c#, and i am new to java scripting i have written a code to open a new window but i want open new window with in the page as we do dot net as respose.redirect("abc.aspx") in the same manner just look …

0
96
Member Avatar for zafzal

can any one tell me wat r de searching methods available to find out nearby mobile devices in J2ME

Member Avatar for Acidburn
0
54
Member Avatar for Derice

i am new in java ... i would like to know how 2 maintain an integer without having it to show the decimal after i manipulate it. Example: int y = 5; System.out.print(Math.pow(y,2)); it display 25.0 instead of 25 which i wan it to be. Help would be very appreciate …

Member Avatar for javaAddict
0
87
Member Avatar for Artmann

Hello mates. I've made a basic cryptation program and I hoped that I could get some feedback from you guys. I know the cryptation algorithm ain't that secure but that something for a later version ;) And I also wonder what I can do to speed up the cryptation progress. …

Member Avatar for Artmann
0
75
Member Avatar for volscolts16

Well another semester has started almost done with all java classes, and now C++ has started. I like it so far it is shorter and somewhat easier code. I have a homework assignment which I have started on, but with just starting C++ not sure where to go. Class meets …

Member Avatar for brk235
0
99
Member Avatar for chitra1
0
51
Member Avatar for mizcomscie

Please help me to find the definition and history of qubble sorting in java....this is a combination of quick sort and bubble sort....

1
56
Member Avatar for fish_cracerks

I am having a problem with my program and I need some help. Anything would be greatly appreciated. I am running a guessing game. [COLOR="Red"]Syntax error, insert "while ( Expression ) ;" to complete DoStatement Syntax error, insert "}" to complete MethodBody[/COLOR] [COLOR="Green"]Here is my code:[/COLOR] import java.util.Scanner; import java.util.Random; …

Member Avatar for VernonDozier
0
228
Member Avatar for fish_cracerks

Got that one now for another problem. At the end I want them to either enter an "y" or an "n". Depending on if they want to run the program again. I need help doing that. Exception in thread "main" java.lang.Error: Unresolved compilation problems: The local variable y may not …

Member Avatar for jnetpro
0
125
Member Avatar for nljavaingineur

Hello developers, Is there something wrong with my code? Im getting the error message saying my method, actionPerformed_Plus cannot be applied to the () in actionPerformed_Plus. [CODE] public void button2_actionPerformed_Plus(ActionEvent e) { actionPerformed_Plus(); //says the method below cannot apply here??? } public void actionPerformed_Plus(ActionEvent e){ if(firstTime) { String firstNumber; firstNumber …

Member Avatar for nljavaingineur
0
96
Member Avatar for ramvenkat

“Message Conversion Tool” acts as a tool which is used to convert the request (message) in one format to the standard format.Using this tool we can receive the request in any format, convert it into the standard format and send the response immediately.The request format may be of any kind …

Member Avatar for jwenting
0
104
Member Avatar for Webbsta

Firstly I'm not sure where to put this post because it falls under java and vb.net, but since I'm guessing that the main part needs to be done with my java files, i put in here. OK, so i am trying to create a console application to run my java …

Member Avatar for Webbsta
0
173
Member Avatar for manojkumar2004

Hi all, any idea how to call a C# method from a java class using sockets(need to access remote methods)??

Member Avatar for jwenting
0
91
Member Avatar for pradeep.singh28

hi friends, I am pradeep , i have a PC having configuration as: P-3, 1.2 GHz,256 MB RAM . when i am installing tomcat 5 ,it is starting properly but when I run any JSP page from the browser the message comes as "Server not found" . I have set …

Member Avatar for majestic0110
0
176
Member Avatar for abhi_elementx

I have two classes EmpData and VectorHandler. EmpData contains info abt employees like name and empcode Vectorhandler has a vector which stores Empdata objects . I want to use removeElement() which will delete the object which contains the particular empname/empcode from the vector. This doesnot work: [CODE]v.removeElement(empcode);[/CODE] [B]as empcode is …

Member Avatar for abhi_elementx
0
135
Member Avatar for abhi_elementx

Hello friends , I have a problm accessing my objects in vectors what i am trying to do is store objects ( of a class defined by me) in a vector. I have two classes VectorHandler and Emp_database. In VectorHandler, I have a vector (Vector vect) which stores objects of …

Member Avatar for abhi_elementx
0
209
Member Avatar for Noliving

Hello everyone, well its my first time ever really using java but I did do some programming in python. Basically my first assignment is this and seems pretty easy: [url]https://mavdisk.mnsu.edu/lct/IT214/Assignment%201.pdf[/url] I have never done anything with class paths but it seems simple enough. First things first, is this the correct …

Member Avatar for Noliving
0
103
Member Avatar for saytri

I am doing a quiz where the user can choose from 3 different quizzez. My tutor told me to use binary files to store the questions. I have succesful done this. The answers are stored in an array. My problem is with a for loop that i have done, to …

Member Avatar for peter_budo
0
115
Member Avatar for Adami

I need to create a static boolean method, boolean isValid(String str) which gets a string and check the brackets in it... a correct expression is an expression as one of the following: 1) an empty string or a string that includes space only in it. 2) st1 +"" +st2, which …

Member Avatar for iamthwee
0
94
Member Avatar for Adami

[CODE]public static boolean what (Node n) { if (n == null) return true; if (n.getLeftSon()==null && n.getRightSon()==null) return true; if (n.getRightSon()==null) return (n.getNumber() % n.getLeftSon().getNumber() == 0) && what (n.getLeftSon()); if (n.getLeftSon()==null) return (n.getNumber() % n.getRightSon().getNumber() == 0) && what (n.getRightSon()); return (n.getNumber() % n.getLeftSon().getNumber() == 0) && (n.getNumber() % …

Member Avatar for javaAddict
0
281
Member Avatar for Adami

I need to write a method which check for every junction in a tree if he is a multiply of his sons. The method signature must be as following: public static boolean isChildrenProduct (Node node) For example: if the father is 10 and the sons are 5,2 returns true. Can …

0
73
Member Avatar for saygham

Please i am new in java and i need some help about how i can make appointment calendar as a java application by using java thanks

Member Avatar for peter_budo
0
2K
Member Avatar for shil_284

Hi, Could anybody help me in this particular error.. Exception in thread "AWT-EventQueue-2" java.lang.NoClassDefFoundError: com/../../ Basically, I am loading up the applet on HTML page, which includes all the jars required. But it still gives me the above error. The jar which has the com package is also signed. Thanking …

0
49
Member Avatar for Derice

HI, i am new in VB. I would like to know whether VB have API like Java? Where i can search through API/documents to know the function of any built-in function or is there any website that provide information for all the build in VB functions? It is possible to …

Member Avatar for Jx_Man
0
105
Member Avatar for hanaas

helo zer,well am actually developing a course system where lecturers can upload all notes online and students need to download them.Can any1 help me with the codes to attach the files and insert them in MySQL database(for lecturers) and retrieve them from the database(for students) Thanks!

0
61
Member Avatar for jsp001

When submitting a page via the internet, I get a 500 error and the name of the file. Are you able to help?? Basically I have an expense system implemented with JSP in JBuilder 4 using Oracle 9i and SQL Plus. When submitting any pages in the system, I get …

Member Avatar for peter_budo
0
122
Member Avatar for darkagn

Hi all, I was wondering if anyone had tried to use the Quicktime for Java platform to stream video in either MPEG-4 or MJPG formats? Can the platform be used in linux if it uses the third-party Quicktime for Linux? Or is there another platform that might be suitable for …

0
68
Member Avatar for jptech

Hello, I need to send the displayed jsp page in an email. My jsp has rows in a table and other good stuff like text, values, icons etc., Any ideas, how I can do that. I am familiar with the java mail, I am not looking for how I do …

Member Avatar for masijade
0
55
Member Avatar for marketingyard

Hi All, I need help ASAP to read a csv file & populate a String Multidimensional Array. The csv file is a table of x number of rows each containing 3 columns of data to be read as strings. It will then enable me to print out this data into …

Member Avatar for peter_budo
0
109
Member Avatar for daintydamsel

hii ... i am trying to learn jsp technology . i tried a couple of ways to run the jsp pages but none was successful . can anyone temme the exact way to install a server and run a jsp page .

Member Avatar for ~s.o.s~
0
35

The End.