32,199 Topics
| |
Hi all, i am new to java field, can anyone help me out to create a data base for security or Guard to enter the details of the employee and his phone number and also to replace incase his idcard is broken?? help me out using Java/JSP thanks in advance … | |
I need this script: [URL="http://www.jscode.com/js_auto_bookmark.shtml"]http://www.jscode.com/js_auto_bookmark.shtml[/URL] i just dont know how to make the link as a picture, insted of "bookmark us!" text/ any help with this ?:eek: | |
ACL used in Weblogic 6.x has been deprecated and replaced by security policy.why this is removed and what are the problems caused by this when included in weblogic 6.0 :sad: ramesh | |
hai why need the deployment descriptor in the form of xml files only. and in deploying ejbs we have to define 3 files like... weblogic.xml, weblogic-ejb-jar.xml and weblogic-ra.xml files why we need 3 seperate xml files. iam a new be to ejb technologies :rolleyes: | |
hai iam newbie in java programming. i declared like this: StringBuffer s1=new String Buffer("hello"); StringBuffer s2=s1; i want to know exactly how many objects created: 2 or 3 am not certain suppose i want to show the number of objets in System.out.println().... how i need to proceed.... regards ramesh :rolleyes: | |
Hello everybody, I am having a great problem in my class project. I have to play multiple files in different output ports of the sound card same time. Explanation: Suppose i hav 1 speaker and 1 headphone connected to my pc. Now i hav to play 2 files in such … | |
Is there a way to set the number of spaces shown for a tab? (tab as in a tab character) I've made an editor using a StyledEditorKit and StyledDocument, but tabs give more spaces than I would prefer. | |
Hi All. I have been given a task where I have been asked to implement a Java RMI version of an SFTP (Simple File Transfer Protocol) Client / Server. It must use the following commands: list - list files in current directory cd - change directory get filename - copy … | |
Hi people, I am new to the world of Java and i am stuck on something. let me explain. let say you had a program you opened up. Usually if you click on an Help menu then click "about" it dispays information about the program like version, copyright etc. Do … | |
I can't find out how to complete • MIN_GROUP_SIZE x1 x2 .. xr at the expected time comp' Please help me i'm stack at this point for a week.. For the other function i had created a smart array with pointers. | |
Hello I am in need of help with my java programming class project. I am able to start the project but some parts I'm having major problems with. I need some hints to solving my problems. The description is so long because I want everyone to understand exactly what the … | |
hi, I am writing a report(final year) and wanted to do a white box testing on a section of a code that i implemented(i am using eclipse), should i draw a diagram (e.g. for an if statement or while loop) and do it using cyclomatic complexity, or just describe how … | |
| How can I plot graphs in java? I mean to say is there any API I can use for plotting stuff like `y = 5x^2 + 3x - 3`: with the x and y axis ...and with units? ThanQ |
hai i need to address these things theoritically.... MAIN TOPIC: Migration of Weblogic Server 6.X to 8.1 SUB POINTS: JDK 1.4.1 JRockit JVM J2EE specification EJB 2.0 specification EJB QL JSP specification Java Bean specification Security (JAAS, LDAP v2 security realm) Weblogic Specification WebLogic Server Installation for Multi-Zone Operation on … | |
i am trying to learn java bean . i wanted to know how i have to compile and where. i m little bit confused.weather i need BDK?.PLEASE ANY BODY HELP ME | |
I am looking for someone who can create me a Java Program for 3 Excercises and 2 mini-projects. The excercises will take almost 3 weeks to finish and the 2 mini-projects will take about a month. I will pay one time online checq, after i e.mail the content to you … | |
hi, i am parandhaman.gr from chennai,india. please suggest me a website that allows me to see the latest Enhancements in java developer kit.:p | |
hi, I have close the taskbar of linux wen i run my java program.I searched the net and some people said i should use jni .I do not know how to write a jni to close the taskbar of lnux.Is there any shell command that will close the task bar … | |
hi, is it necessary to close a database connection after the job is done? if yes why? thank you | |
I've downloaded Java jdk 5.0 and jre 5.0. to my Windows XP. The downloads are NOT listed in the "All Programs"; they're in the "Add or Remove Programs" in the CONTROL PANEL. How do I make java appear along with my other programs in the "All Programs" list? And once … | |
I am trying to execute a batch file which in turn executes an exe and writes output to a file, through java. I do not know why but the output file is not always written. Sometimes the program terminates without writing the file and sometimes it does. Any suggestions? Is … | |
Hi, I am an Engineering student. i need a java code that can convert Alphabets to numbers. i.e, a to 1,b to 2.................................z to 26 kindly Help | |
Sorry, may seem like a dumb question, but I haven't seen anyone else ask it on here. I'm trying to create a stack of doubles, by casting them as I pop them out. The only trouble is that the compiler (eclipse) won't let me cast an object to a double. … | |
Hello everyone, I am having trouble getting my Javadoc to work. It runs but it doesn't show anything in the HTML file that it creates. BTW I am using java 1.5.0_6 and I am using the latest version of Eclipse. I don't know why it didn't work, and I was … | |
hi everyone, I was wondering, for the class diagrams do i have to create for each use case one class diagram or it doesnt depend on use case.... thank you | |
Hi all, I have taken some code to read a file into an Byte array, which is then returned to another part of my code, below is what i have. [CODE] public void jButton6_actionPerformed(ActionEvent e) { String Filelocation = "c:\\temp\\hello.txt"; try{ InputStream is = new FileInputStream(Filelocation); //get the size of … | |
How do you reverse a linked list using recursion, and return it as a string? String backwards(IntNode head): Create and return a string containing the values in the input list, separated by commas, in reverse order. The last number should not be followed by a comma. Spacing within the string … | |
Hi Im creating a new online rpg game that is currently under construction. The game will be set up just like the well known runescape but set in the Ancient world! All the info you need to know is located here... [url]http://emperor462.proboards105.com/index.cgi[/url] But what i wanted to know is if … | |
Hi, I'm writing a program and it saying their are two missing return statements . can u help me to find the two missing return statements ? :-| [PHP] import java.util.*; import java.io.*; public class DayOfWeek { static Scanner s = new Scanner(System.in); static public class Day { private String … | |
I have the following program working. It takes an array of numbers and returns the index value of each number. However, what I want it to do is to get an integer from input from a user and return the index value of just that integer. If the integer is … |
The End.