Home Tutorialhelp Comment dear i really wonder your notes .i would not to

 
 

Comment

w/brhan
dear i really wonder your notes .i would not to,
March 2, 2007 at 1:58 AM

dear
i really wonder your notes .i would not to say any thing more
thanks alot
View All Comments | View Tutorial
Related Tutorial and Articles
Java Beginners

I wonder - Java Beginners
I wonder  Write two separate Java?s class definition where the first one is a class Health Convertor which has at least four main members: i...) of a person. For your information, a person needs 19 calories per pound of body weight 

Programming Tutorials

Some Notes on Java Programming Environments
Appendix 2: Some Notes on Java Programming Environments ANYONE WHO... that I am not an expert on Java programming environments. I am including... and the Java tutorial. These are not really directed at beginning programmers 

Java Tips and Examples

Java SDK Directory Structure
Java SDK Directory Structure       This section introduces the Directory and file structure... information bellow. SDK Directory Structure: Subdirectories of the SDK 

Java Beginners

I need your help - Java Beginners
I need your help  For this one I need to create delivery class... the file name is ApplicationDelivery.java Your program must follow proper Java standards, implement selection and repetition structure, and include comments 

Java-Tutorials

The JDK Directory Structure
Directory structure of JDK Welcome to Java tutorial series. In this lesson, you will learn about the directory structure of Java Development Kit, JDK. Since... structure. On your screen, you can see the directory structure of JDK as well as JRE 

Development process Questions

Java sdk/java poi hssf code to creat excel with folder structure,( i,e folders, subfolders and childrens )
Java sdk/java poi hssf code to creat excel with folder structure,( i,e folders... on Java sdk of business objecsts . i need some help in getting folder structure using... . i need some help in getting folder structure using this java . Folder 

JavaMail Questions

automate mails in lotus notes
directly i need to open the lotus notes page.there are some methods like sendto... if the solution is in java also no problem Basically the user would just click some... need to open up the Lotus Notes client from a JSP page.. Currently in the JSP 

Java Tips and Examples

Java Notes: Tools
Java Notes: Tools You need software tools to build Java programs. Unless... of them are open-source. Sun's Java Software Development Kit Sun's SDK.... GCJ Compiler This is an open-source Java compiler. It shouldn't be your 

Java Tips and Examples

Java Notes: Table of Contents
Java Notes: Table of Contents Java Notes. These Java programming notes... are done the way they are. Copyleft Java Notes... in Java Notes and Java Basics are placed in the public domain 

Java Beginners

I need your help - Java Beginners
I need your help  What is the purpose of garbage collection in Java, and when is it used?  Hi check out this url : http://www.artima.com/insidejvm/ed2/gc.html http://java.sun.com/javase/technologies/hotspot 

Java Beginners

java i/o - Java Beginners
java i/o  Dear sir, i wrote a program where program asks "Enter your... gets closed. when i open the program again and enter text in this case previous texts get replaced with new text. i tried my best but got failed plz tell me 

Programming Tutorials

EJB directory structure
given is the standard directory structure of the Enterprise Java Bean application... EJB directory structure       The tutorial is going to explain the standard directory structure of an EJB 

Development process Questions

Dear Sir I need to join u
Dear Sir I need to join u  Dear Sir i am santosh Rai from Saudi Arabia please make me understood how to join u and i have one question i want to working with you what is ur process for working with u please send me 

Java Beginners

I need help in doing this. - Java Beginners
the above tasks (labeled i through iv) will be here. Methods would be the preferred way...I need help in doing this.  Student DataBase i will need creating..., and the student's GPA.using arrays and objects, need to structure the information 

Java Beginners

Hey Guys really need to learn - Java Beginners
Hey Guys really need to learn  Im a java beginner and i want to know how can i input 3 value.. Wath i mean is in C, to you to be able to input number u will use scanf(%d%d%d, & month, day, year). How can i do this in java 

Java Beginners

hello there i need help
i am a beginner, and aside from that i am really eager to learn java please help...: YOur Balance is __ if i chose D: Enter you deposit amount: if i choose W...: for withdrawal: your withdrwal amount: if no: it will return to: Would you like another 

Java Tips and Examples

Java Notes: Vectors
Java Notes: Vectors Vectors (the java.util.Vector class) are commonly used... Collections API was introduced in Java 2 to provide uniform data structure classes... will not need to change. Even up thru the first several versions of Java 2 (SDK 1.4 

Java Tips and Examples

Java Notes: Vectors
Java Notes: Vectors Vectors (the java.util.Vector class) are commonly used... Collections API was introduced in Java 2 to provide uniform data structure classes... will not need to change. Even up thru the first several versions of Java 2 (SDK 

Java Beginners

Java I/O - Java Beginners
Creating Directory Java I/O  Hi, I wanted to know how to create a directory in Java I/O?  Hi, Creating directory with the help of Java Program is not that difficult, go through the given link for Java Example Codehttp 

EJB Tools

EJB directory structure
given is the standard directory structure of the Enterprise Java Bean application... EJB directory structure       The tutorial is going to explain the standard directory structure of an EJB 

Java Beginners

Directory structure in hibernate for stand alone application - Java Beginners
Directory structure in hibernate for stand alone application  Hi, Please tell me directory structure of hibernate using only stand alone application 

Java Beginners

why to create directory structure as web-inf & classes & lib - Java Beginners
why to create directory structure as web-inf & classes & lib    we... actually what is the reason behind this creating this directory structure? actually what internally the process will be take place from this directory structure 

Java Beginners

why to create directory structure as web-inf & classes & lib - Java Beginners
why to create directory structure as web-inf & classes & lib    we... actually what is the reason behind this creating this directory structure? actually what internally the process will be take place from this directory structure 

JSP Servlet Questions

structure in JSP
structure in JSP  How do I achieve structure in JAVA or JSp 

Interview Questions

What would you rate as your greatest weaknesses?
What would you rate as your greatest weaknesses... not really see any drawback in your background that might affect the job at hand... for the position of a customer care executive. You can say that “I really enjoy 

Java Interview Questions

i need your help - Java Interview Questions
i need your help  Write a java program that: i. Allows user to enter 2 numbers from the keyboard ii. Uses a method to compare the two numbers to determine which is larger iii. Print to the screen stating which number is larger 

Java Beginners

How to get Java SDK
How to get Java SDK  Hi, I have purchased a new computer and installed windows 7. Now I have to get the Java SDK and install on my computer for developing and testing Java programs. So, can anyone tell me How to get Java SDK 

Java Tips and Examples

Java: Preface
anywhere without a problem. I would appreciate credit, but that's really... Java: Preface Purpose of these notes These notes were started to fill.../SDK (Java/Software Development Kit) because they are commonly used 

Servlets

Web Application Directory Structure:
Web Application Directory Structure:       To develop an application using  servlet or jsp make the directory structure like... to this directory structure:  Roseindia/    WEB 

Java Beginners

how to create this diamond structure with java. - Java Beginners
how to create this diamond structure with java.  ... []args){ for(int i=1;i<=5;i+=2){ System.out.println(""); for(int j=1;j<=i...("*"); } System.out.print(" "); } System.out.println(); for(int i=1 

Java Beginners

which data structure is good in java..? - Java Beginners
which data structure is good in java..?  Hi frends, Actually i... and vector ...etc........ i wanted to know, which technique is good to store... anyone give me good example how that best technique i can use in my programs 

Mobile Applications Questions

No SDK with the name or path
No SDK with the name or path  When i run any downloaded application... or path....version xyz. Base SDK Missing. What is this error and how can i set the correct SDK to it.   If your XCode is returning message like Base SDK 

Java Beginners

hi , i cant make this programmer , can any one help me to make it pls - Java Beginners
hi , i cant make this programmer , can any one help me to make it pls   In this exercise we would like to build a system in java ( set of classes...://www.roseindia.net/java/example/java/io/ Thanks  i want to make the whole 

Java Beginners

i/o
i/o   Write a Java program to do the following: a. Write into file the following information regarding the marks for 10 students in a test i... for the test You can come out with your own test data. b. Read the data from 

Java Beginners

Getting Current Directory from java - Java Beginners
Getting Current Directory from java  I'm designing an application in linux where i need to get the current directory of my java file... I'm using.../Softwares/apache-tomcat-5.5.27/logs How to get the directory of my current 

JDBC Questions

Java 2 SDK, Standard Edition,
Java 2 SDK, Standard Edition,  Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database 

Java Beginners

This is what i need in this Question - Java Beginners
array. so i need your help to know is it correct or wrong Thank you...This is what i need in this Question  You are to choose between two... explaination with out coding In my understanding I choose the non-empty array 

Java Beginners

Text File I/O - DVD.java - Java Beginners
Text File I/O - DVD.java  NEED HELP PLEASE. The application should use a text file with one value on each line of the file. Each movie would use... the array to recreate the file. Here is my code but I need to modify 

Java Beginners

really need help on how to write this program plz some 1 help out. - Java Beginners
really need help on how to write this program plz some 1 help out.  i am confused here on what to write can some 1 help out here i dont quite... a Java program that displays the following prompts: Enter 

Java Beginners

Directory chooser in core java - Java Beginners
Directory chooser in core java  Hi, I have to create a Utility which will copy files from a source folder to the any other folder. For same I want to create a GUI( AWT or Swing based only) which should have 2 directory 

Java Beginners

java i/o - Java Beginners
java i/o  thnx alot sir that this code helped me much in my program... so that i could write it line by line such as- Hello Java in roseindia Hello... Java in roseindia Hello Java in roseindia Hello Java in roseindia Hello Java 

Mobile Applications Questions

J2me notes - MobileApplications
J2me notes  hi to all, i am a final year m.c.a student.i want to learn j2me.please inform to me. where i can have a j2me guide? thank u...........  Hi friend, I am sending you a link. I hope that, this link 

Java Beginners

file i/o - Java Beginners
file i/o  hiii, i have to read some integers from a text file and store them in link list.. so please can i have source code for it.?? thanks 

Java Tips and Examples

GUI Tutorial I - FIRST DRAFT
your first GUI programs, I suggest you imitate the examples. Eventually you... Table of Contents GUI Tutorial I - FIRST DRAFT Table of contents..., check boxes, additional layouts, graphics, threads, etc. Prerequisites. Your 

Java Beginners

File I/O - Java Beginners
File I/O  Suppose a text file has 10 lines.How do I retrieve the first word of each line in java? abc fd ds 10 fg yy6 uf ui . . . . . . yt oi oiu 25 ewr ytro 9+ po I want to retrieve 'abc' 'fg' .... 'yt' 'ewr 

Programming Tutorials

Part I
Part I. Understanding XML  A1. Understanding XML :  Learn XML... and so easy to grasp that they quickly shift a beginner to XML-Java programming... to define the structure of an XML document. A2. Designing XML  

Java Beginners

File I/O - Java Beginners
File I/O  How to search for a specific word in a text file in java?  Hi Arnab, Please check the following code. ===================== import java.io.File; import java.io.BufferedReader; import 

Interview Questions

We would like to hear about your goals.
We would like to hear about your goals.  .... I should also learn about my prospect. I would therefore gather all possible... would also need to research about what you might need in such a product. I can do 

Java Beginners

This is what i need - Java Beginners
This is what i need  Implement a standalone procedure to read in a file containing words and white space and produce a compressed version of the file.... for this question i need just : one function can read string like (I like 

Java Beginners

explanation to your code - Java Beginners
explanation to your code  sir, I am very happy that you have...)?And i have imported many classes.but in your code you imported a very few classes.sir i need your brief explanation on this code and also your guidance.this 

Java Beginners

I/O Java
System.out.println(" Error in Concat:"+e); } } }   I am not really sure why...I/O Java  import java.io.File; import java.io.FileNotFoundException...(File file) { //if the file extension is .txt or .java return true, else 

Mobile Applications Questions

share data iphone sdk
share data iphone sdk  How to share data in iPhone application? Actually i want the sharing feature in my iPhone application. Thanks!   You can use the emailing feature in your iPhone application to the share data 

Java Beginners

how to copy the directory in to ftp server using java
the directory in to ftp server using java ?   Hello venaktehs As much as I know,You can do this as follows: First,Create a directory in the current... file in your remote directory as follows : ftp.upload(new File("c:/tmp/test.txt 

Java-Tutorials

Traversing a file and directory under a directory
;System.out.println(str[i] + " is a directory"... and subdirectories are traversed lying under a directory. We can find that, how many files and directories are available within a directory. This is very frequently 

Java Beginners

hi.. i hv few error. pls. - Java Beginners
hi.. i hv few error. pls.  hi sir, i have few error. can u pls help me. pls. im very new in java. ths my Uni assgmnt. please help me... import...(""); System.out.print("Enter your choice=>"); String op = br.readLine(); int read 

JSF Tutorials & Examples

Developing directory structure for the application (In Tomcat Server):
Developing Directory Structure for the Application (In Tomcat Server):      Directory structure... in your mind. You can understand easily where all the files and directories 

Java Beginners

File I/O
File I/O  i am trying to write a program that reads a text file and writes it to another directory. the main purpose of this program is to take the text file then read it and write it into as a comma delimitade file. i have 

Java Beginners

I want display frame in another frame - Java Beginners
I want display frame in another frame  Hi all, this is available in jsps folder and Admin.jsp is main page i m taking two frame fisrt is header.jsp and another is footer.jsp I want to display footer.jsp is display 

Java Beginners

File I/O
File I/O  i have a problem i am trying to print on a new line every time i reach a certain condition "if(line.startsWith("Creating"))" i want... = file.listFiles();//listFiles all file in inpath dir for (int i = 0; i

Java Beginners

I couldn't solve it
I couldn't solve it  *A customer who wants to apply for getting a car... of the employees in an array data structure. It is initialized by passing... the unprocessed requests, by moving them to the data structure holding 

Ajax Questions

i want horizontal mlm tree structure code in php with jquery or Ajax
i want horizontal mlm tree structure code in php with jquery or Ajax  i need horizontal mlm tree structure code in php with jquery or Ajax... in advance.. Thank you 

Servlet Interview Questions

Directory structure of a web application
Directory structure of a web application   Explain the directory structure of a web application.    The directory structure of a web application consists of two parts. A private directory called WEB-INF. A public 

Java Beginners

Parameter month I Report - Java Beginners
Parameter month I Report  hy, I want to ask about how to make parameter in I Report, parameter is month from date. How to view data from i report... like Java/JSP/Servlet/JSF/Struts etc ... Thanks 

Java Beginners

what should i do next?? - Java Beginners
what should i do next??  I know java basics.actully i passed the SCJP exam.Then now i have no idea about what should i do next.I like to come to the web development.I want to know which one i should study first.JSP or servlet 

Mobile Applications Questions

what is json in iphone sdk
what is json in iphone sdk  What is json in iphone sdk? Is this a library and when i need to include JSon in my iPhone SDK App 

Java Beginners

Am i convetrting the code right ? - Java Beginners
Am i convetrting the code right ?  C# private void button...; sp.WriteLine("Hello World!"); sp.Close();} Java Enumeration pList... (IOException ex) { }// i also tried the code below// try 

Java Beginners

Parameter month I Report - Java Beginners
Parameter month I Report  ok, my problem now is in Report in java with I report. I want to give parameter month/year to my design in I Report... to I Report design. Thank's   Hi friend, Code to help in solving 

Java Beginners

how can i close a frame. - Java Beginners
how can i close a frame.  Hi, My question is how can we close...............my target is when i click on that button, a new frame is coming and updated table... frames as i go on clicking button...........can we have like when i click on button 

Programming Tutorials

Java Telephone directory management system
Java Telephone directory management system Here we are going to create a java application for Telephone directory system. For this, we have accepted ID, name...++) { Directory show = data[i]; int ide = show.getId(); String nnn 

PHP Questions

I GOT ERROR FOR MY PROJECT
I GOT ERROR FOR MY PROJECT  Dear Friend/ RoseIndia Team, Firstly I would to thank u Guys help me so many time.. I got error on my little project when running at server. please correctly my error Guys... ERROR CODE: "LOGIN 

Java Beginners

Java I/O Assistance + Loop
Java I/O Assistance + Loop  I'm trying to make this program write... and append all odd numbers 1-100 and finally close file. But for some reason I CANNOT Get the output as I want. I know where the error lays I just can't seem 

Java Beginners

Hi ..I am Sakthi.. - Java Beginners
Hi ..I am Sakthi..  can u tell me Some of the packages n Sub... that is available in java and also starts with javax. package HEMAL RAJYAGURU  ... tabbedPane = new JTabbedPane(); Component panel1 = makeTextPanel("Java 

Java Beginners

I face some problem - Java Beginners
I face some problem  I face some problem in my project plz deepak halp me how can i solve this problem i m using bean and jsp file also. and deployee the using tomcat server plz help me how can i solve thisproblem HTTP Status 

Java Tips and Examples

Applets
Java NotesApplets Why no applets in these notes These notes were... changed to applications. The only really portable applets are written in Java... on a user's computer. Java has moved far beyond that. I'm not interested 

Ajax Questions

table structure - Ajax
sec)   Use this code, no need to change, As per your database scenario, I design. import java.io.IOException; import java.io.PrintWriter; import 

Tutorials

iPhone SDK Comparing Strings
In this section I will show you how you can compare the two strings in your iPhone SDK Project. To compare the Strings you will have to use... with == operator. In the following example code I have compared the two strings 

JSP Servlet Questions

inbox structure
inbox structure  I want to create an inbox for my project in which records are to be fetched dynamically. I am using netbeans (jsp + javascript+ servlet.) The structure is same like yahoo inbox (1st column full of check boxes 

JSP Servlet Questions

servlet not working properly ...pls help me out....its really urgent
servlet not working properly ...pls help me out....its really urgent  ... of b-e(1).jsp , 4)**b-e(1).jsp** Hre radio buttons are also used and i dont know whether i used the correct method to display the data from database via 

Mobile Applications Questions

Iphone SDK Development
Iphone SDK Development  Hi, I am a beginner in the Mobile applications platform. From where i get the online help or information related to Iphone SDK Development Apps help. Please provides me reference sites.. Thanks 

Java Beginners

i/o
i/o  java program using inputstream and outputstream   Hi Friend, Try the following code: import java.io.*; class InputStreamAndOutputStream { public static void main(String[] args)throws 

Java Beginners

i/o
i/o  java program using inputstream and outputstream   Hi Friend, Try the following code: import java.io.*; class InputStreamAndOutputStream { public static void main(String[] args)throws Exception 

Java Beginners

i/o
i/o  java program using inputstream and outputstream   Hi Friend, Try the following code: import java.io.*; class InputStreamAndOutputStream { public static void main(String[] args)throws Exception 

Java Beginners

i/o
i/o  java program using inputstream and outputstream   Hi Friend, Try the following code: import java.io.*; class InputStreamAndOutputStream { public static void main(String[] args)throws Exception 

Mobile Applications Questions

iPhone SDK UIAlertView
iPhone SDK UIAlertView  Hi, How can i use the iPhone UIAlertView to create a message box. Can any help or provide example or online reference. Thanks 

Java Tips and Examples

Summary: I/O
Java: Summary: I/O File Methods These are some of the most common File methods. In all of these prototypes, i and j are int, s and t are Strings...() returns path of file/directory. File[] File.listRoots() [Java 2] list 

General

Programming: Hammurabi I
Java NotesProgramming: Hammurabi I Description Your program will simulate... of a bad harvest. Initial Conditions Your program should create... a population of 2400 / 20, which is 120. This would become the new 

Java Interview Questions

How I call the function union from the main - Java Interview Questions
How I call the function union from the main  Please, from public static void main(String[] args) I would like to call the function union and I..., mat.columns); p = result.getMatrix(); for (int i = 0; i < rows; i 

Development process Questions

Use of SVOX SDK 5.0.0 for text to speech in iphone project
Use of SVOX SDK 5.0.0 for text to speech in iphone project  how to implement svox sdk for text to speech in xcode. I need a sort of exmaple for it...awaitinh ofr your reply thanks 

Development process Questions

Use of SVOX SDK 5.0.0 for text to speech in iphone project
Use of SVOX SDK 5.0.0 for text to speech in iphone project  how to implement svox sdk for text to speech in xcode. I need a sort of exmaple for it...awaitinh ofr your reply thanks 

Mobile Applications Questions

iPhone SDK Multiple UIButton
iPhone SDK Multiple UIButton  In my iphone SDK program.. i wanted to create multiple UIButton programatically. I know how to create button and i have already created and added it to my view. But that is only one ..and i 

General Information

What you Really Need to know about Fashion
What you Really Need to know about Fashion You might think... know about fashion, even if you are not really interested in following... to the masses. Personally, I have to see fashion as the way people decide 

Programming Tutorials

MySQL Directory Structure
MySQL Directory Structure       MySQL provide the biological sequence database suitable for large scale sequence search the approaches as well as mysql table. These table dumps 

Java Beginners

I want simple steps to create Jar File of Java Project - Java Beginners
I want simple steps to create Jar File of Java Project  Hello Sir How I can Create Jar File of Java Project,plz Help Me  Hi Friend, Steps: 1. Start Command Prompt. 2. Navigate to the folder that holds your 

Java Beginners

java programming structure - Java Beginners
java programming structure  java programming structure  Hi Friend, The structure of Java programme is: [Package declarations] [Import statements] [Class declaration] [Method declaration] eg: package 

Java Beginners

java program - Java Beginners
of this would be really great...... and i dont mind if u can give me the whole... + B C o + + D E F + + + + G H I J + + + + + K L M N O 2. Enter your move... + + + G H I J o + + + + K L M N O 3. Enter your move: i

Programming Tutorials

Submit Your Article
a comment or submit your article, participate Would you like to share your... they understand and believe in. I think the most easy way to get free traffic on your... special relvent knowledge or tips to share with us, we would love to post your 

Java Tips and Examples

Java Notes: Generics
Java Notes: Generics Using predefined generic classes is commmon, writing... it is completely generalized. This is how the Java Collections were written before Java 5.... For most data structures, there is only one type that really should be used 

Java Beginners

Hello Sir I Have problem with My Java Project - Java Beginners
Hello Sir I Have problem with My Java Project  Hello Sir I want Ur Mail Id To send U details and Project Source Code, plz Give Me Ur Mail Id 

Java-Tutorials

Java - Deleting the file or Directory
Java - Deleting File      ... or directory is deleted after checking the existence of the. This topic is related to the I/O (input/output) of java.io package. In this example we are using 

Java Tips and Examples

Java Directory - Directory and File Listing Example in Java
Java Directory - Directory and File Listing Example in Java... directory. This topic is related to the I/O (input/output... and directory pathnames. This class is an abstract, system-independent view