Forum: Java Apr 13th, 2009 |
| Replies: 9 Views: 827 well actually i used to convert all of my code in an applet form and work. but if u completely wanna run java application using html then try the underneath link .
http://www.java2html.com/
it... |
Forum: Java Apr 11th, 2009 |
| Replies: 9 Views: 827 well in ur java program u will have to write the following
/* <applet code = "filename" height = 300 width = 300 >
</applet code> */
it should be written after the packages you import... |
Forum: Java Apr 6th, 2009 |
| Replies: 24 Views: 1,307 well if ur a neophyte into this then the oly thing i recommend is ti do the program from basic
1. using char array . later on you can re do the same thing with utmost sophistication . sometimes... |
Forum: Java Apr 5th, 2009 |
| Replies: 24 Views: 1,307 wat is "text" here , i mean wat does it hold .
besides u could have been a little more explicit in mentioning about your code .
as far as i guess from this its a mismatch between string and char... |
Forum: Java Apr 4th, 2009 |
| Replies: 24 Views: 1,307 well i doubt that u can do that simultaneously . well if u want to find a particular character and then replace or replace at particular position .
1. input the string
string s = new string... |