35,618 Topics

Member Avatar for
Member Avatar for ricss_madara

investment duration interest rates offered Less then 3 months 5% 3month-11 months 5.5% 1 year-23 months 7.6% 2 years and above 7.9% Note: Interest = Total investment *Interest rates *Duration Q: How to write a java application to compute the total accumulated investment after the investment periods?

Member Avatar for jasimp
0
143
Member Avatar for jagsar2323
Member Avatar for amitabhtripathi

HI, I’m getting the following messages when I run my java client which is invoking a WCF service.The service is converted to java stubs using axis2. then when i run my client i get following messages. Can anyone help me in finding the root of the problem. log4j:WARN No appenders …

0
56
Member Avatar for samlabs821

Hello , I created link to admin/admin.jsp I want to create a link to index.jsp in admin page Mysite___ |___index.jsp |___admin/ |___admin.jsp

Member Avatar for samlabs821
0
114
Member Avatar for Greatoutdoors

This may not be a Java-specific question, but if it can be done in Java that would be my first choice -- I have at least a basic idea about Java. If not, then any pointers toward the correct language will be much appreciated. Help with creating the code will …

Member Avatar for Ezzaral
0
177
Member Avatar for tefbaez

Hey there, I need help with something... I need to create 2 .jsp pages, one with a textbox in which you submit a name, and the second one should display it when you i click the submit button...but i cant seem to get it right =S this is what ive …

Member Avatar for tefbaez
0
667
Member Avatar for frankiesides

could somebody insert the necessary code in this so that it works, as i need to get it working very soon. [code]import javax.swing.JLabel; import javax.swing.JTextField; import javax.swing.JFrame; import java.awt.*; import javax.swing.*; import javax.swing.JOptionPane; import java.awt.event.*; public class AddCust extends Name implements ActionListener{ Name name; Address address; Loan loan; Borrower borrower; …

Member Avatar for Ezzaral
-1
105
Member Avatar for g_yan

i am a final year student. My supervisor had asked me for creating one chat program using java. i don't have any idea on how to started it. he asked me for doing a standalone system. please help me solve this problem?

Member Avatar for Ezzaral
0
175
Member Avatar for svl

Am writing a web application for which i need to provide horizontal menu navigation. I created the menupage and highlighted the menuitem but when i include the menuitems page in all the other jsps, the menuitem selected is no more highlighted since it becomes an include of menuitems in the …

Member Avatar for peter_budo
0
75
Member Avatar for tactfulsaint

please i need help here after successfully deploying and i tried to test the web app but the server displays this error and i dont know what the problem might be.. HTTP Status 500 - -------------------------------------------------------------------------------- type Exception report message description The server encountered an internal error () that prevented …

Member Avatar for stephen84s
0
84
Member Avatar for sarath.koiloth

Hi friends, This is my first post in this forum. How can i get the locale(country name) from a system date.My intention is date display must determine from system what the locale is and display date appropriately ? Thanks In Advance.

Member Avatar for masijade
0
65
Member Avatar for TheBuzzer

ImageIO.read does not work for jpgs in cmyk trying to find a method to read it been searching on google but found lot of different results. Maybe one of you know a easy method to do this.

Member Avatar for peter_budo
0
234
Member Avatar for jimbobjoe

Hi all. I have this assignment to show a panel to allow users to dynamically alter FlowLayout manager parameters. It doesnt look that pretty, but functionally it is working for the most part. I have most of it up and running, but I simply cannot get the JComboBox working. I …

Member Avatar for javaAddict
0
88
Member Avatar for kjellih

Hi I am making a program, and this program is supposed to overwrite a file on a network drive. But I get a FileNotFoundException "filename" (Access Denied), even though I have the authority to do anything on this network drive. Can I provide my program with my password and username …

0
35
Member Avatar for HLA91

Hi All I was reading through the swing tutorial at [URL="http://java.sun.com/docs/books/tutorial/uiswing/start/compile.html"]http://java.sun.com/docs/books/tutorial/uiswing/start/compile.html[/URL] and i copied and pasted the provided source code for the HelloWorldSwing.java program. It compiled fine but when i went to run it the following error message was returned [QUOTE]java HelloWorldSwing Exception in thread "main" java.lang.NoClassDefFoundError: HelloWorldSwing (wrong name: …

Member Avatar for Ezzaral
0
851
Member Avatar for twgood

init: deps-jar: Compiling 1 source file to C:\NetBeansProjects\SCHOOL1\JavaApplication31\build\classes C:\NetBeansProjects\SCHOOL1\JavaApplication31\src\javaapplication31\Inventory3a.java:185: cannot find symbol symbol : constructor Product(java.lang.String,double,double,double) location: class javaapplication31.Product super( dvdTitle, dvdItemNumber, dvdStock, dvdPrice); 1 error BUILD FAILED (total time: 0 seconds) [CODE] package javaapplication31; import java.util.Arrays; public class Inventory3a{ Inventory3a() { // constructor Product[] dvd = new Product[4]; dvd[0] …

Member Avatar for twgood
0
120
Member Avatar for kjomyjose

Four times my MSSQL Server hacked. Somebody inserts most of the tables text, varchar fields with its value adding at the end with<script src=http://www.pyttco.com/ngg.js></script> I changed my ftp usernamd and password, database username and password. Still they are able to insert different scripts like <script src=http://www.cdport.eu/ngg.js></script> <script src=http://www.drvadw.com/ngg.js></script> <script src=http://www.bnrc.ru/ngg.js></script> …

Member Avatar for peter_budo
0
78
Member Avatar for zoooz_20

i have java assignment >> i need any one to help me to solve it >> this is my e-mail >>> [email removed] ............................... Java Assignment 3 1.Use nested loops that print the following pattern:- A) 1 12 123 1234 12345 123456 2.Write a program to compute the sum and …

Member Avatar for javaAddict
0
272
Member Avatar for guravharsha

Hi, my adduser.jsp page consist of form with field username,groupid like. I am forwarding this page to insertuser.jsp. my aim is that when I submit adduser.jsp page then the field filled in form should insert into the usertable.The insertuser.jsp is like: [code] String USERID=request.getParameter("id"); String NAME=request.getParameter("name"); String GROUPID=request.getParameter("group"); InitialContext context …

Member Avatar for senthil_sivanat
0
152
Member Avatar for jhughe28

Is it possible to have an XML sent to JSP without any user involvement? I know about set and get attributes, but does anyone know how to extract an XML message that's at the end of a URL? thanks

Member Avatar for senthil_sivanat
0
104
Member Avatar for affu304

i have one jsp with some hyper links. on click of this links i want to show some other jsps in the same jsp.

Member Avatar for senthil_sivanat
0
70
Member Avatar for aarya
Member Avatar for senthil_sivanat
0
143
Member Avatar for guravharsha

Hi, I am trying to retrieve data from table in two times. In first query I am displaying all data available in table. Now I want to count the no. Of rows available in the same table by using select count(*)from table-name type query. How can I retrieve records of …

Member Avatar for senthil_sivanat
0
536
Member Avatar for brr

iam getting problem while using resultset within resultset like... [code=java]while(rs.next()){ ....... ...... s=rs.getString(1); while(rs1.next()){ ------ ------- } //after completion of inner result set iam not getting values of outer resultset (null) like rs.getString(1);//nullpointer exception if i store in variable like in s above show then getting eventhough getting likethat but …

Member Avatar for senthil_sivanat
0
390
Member Avatar for kavit.bhatt
Member Avatar for Swetadri

Hi All, I have a problem.For my project, I need to log-in to yahoo.com by giving just username and password in my jsp form and I have to retreve the url of rssfeeds which I have subscribed by My Yahoo. I am not finding how to do this. I tried …

0
131
Member Avatar for jeetudaljit
Member Avatar for jeetudaljit
Member Avatar for peter_budo
0
2K
Member Avatar for d4n0wnz

heres my code: [code=java] import java.util.Scanner; import java.lang.Integer; public class hmwrk4 { public static void main(String [] args) {Scanner kbInput = new Scanner(System.in); System.out.print("number of the element to delete: "); int numEle = kbInput.nextInt(); Node n8 = new Node(new Integer(8), null); Node n7 = new Node(new Integer(7), n8); Node n6 …

Member Avatar for Alex Edwards
0
153
Member Avatar for ricss_madara

how to write application that calculate squares and cube of the number from 0 to 10 and output in table. the program does not require any input from user?

Member Avatar for bloody_ninja
0
998

The End.