Comment on Tutorial - indexOf( ) and lastIndexOf( ) in Java By Hong
Comment Added by : arya
Comment Added at : 2012-11-07 08:37:59
Comment on Tutorial : indexOf( ) and lastIndexOf( ) in Java By Hong
import java.io.*;
class lastindexof
{
public static void main(String argv[]) throws IOException
{
String mystr;
BufferedReader bf=new BufferedReader(new InputStreamReader(System.in));
System.out.print("enter the string");
mystr=bf.readLine();
System.out.println(" character at position is=" +mystr.lastIndexOf());
}
}
why this program always showing me cannot find symbol error
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. hi i am new in java please send me basic programs
View Tutorial By: Ganesh kumar at 2013-02-26 03:31:54
2. Hi
Its nice example ..
som
View Tutorial By: munirasu at 2011-04-01 06:38:46
3. OK 0
COM1
javax.comm.CommPortIdenti
View Tutorial By: sruthi at 2013-01-20 10:37:41
4. hi purushothaman
thanks for your kind resp
View Tutorial By: sandeep das at 2009-04-11 10:42:58
5. Good Article. Small and Sweet...
View Tutorial By: Anupam Pawar at 2009-05-27 03:04:08
6. Great!!!!!!!!!!!!!!!!!!!!
View Tutorial By: Raghbendra Nayak at 2012-03-28 12:54:35
7. Thnx. Very Useful Code...
View Tutorial By: Ankur Pandya at 2010-09-27 05:14:35
8. Hi, you put a semicolon after "int main()&quo
View Tutorial By: noel4037 at 2009-12-28 06:40:17
9. I am certifed java Business Component Developer, m
View Tutorial By: Kobs at 2013-02-26 11:58:22
10. FINALLY! A place that gives complete examples (wi
View Tutorial By: bminton at 2013-03-19 00:15:55