Search:

Type: Posts; User: sengreen

Search: Search took 0.19 seconds.

  1. Replies
    3
    Views
    1,662

    Re: Intersection of two loops

    Sorry could't get your point. Please make it clear. It is little bit confusing. Thanks
  2. Replies
    3
    Views
    1,662

    Intersection of two loops

    Hi everybody!!!
    I want to get intersection of two loops. For example


    class uniqueKey{
    public static void main(String args[]){
    for(int i=1;i<10;i++){
    if(i==5 || i==6 || i==7)...
  3. Replies
    2
    Views
    1,875

    Re: [Help] How can I call a servet from jsp

    In form tag <form name=..... method=..... action="/servlet/servletname">
  4. Replies
    1
    Views
    1,710

    Re: java servlet file handling

    What do you mean by file handling? Question is not clear. Explain it please.
  5. Replies
    4
    Views
    2,295

    Re: setting up the JAVA EE environment

    Did you copy servlet.jar file from tomcat/lib to jdk/jre/lib/ext? If not then it would resolve your problem
  6. Replies
    0
    Views
    1,408

    commons-fileupload-1.2.1.jar Problems

    Hi I have created a HTML form to upload multiple files through a servlet. I am using Tomcat 3.2 version and I have placed the commons-fileupload-1.2.1.jar and commons-io-1.4.jar in C:\Tomcat\lib...
  7. Replies
    4
    Views
    1,994

    Re: Searching with keywords in a sentence

    You mean like this.........
    But look at If Condition is too long. Is it a good approach?



    class removeIsAmAre{
    public static void main(String args[]){
    String sentence = "this is am are...
  8. Replies
    4
    Views
    1,994

    Searching with keywords in a sentence

    Hi everyone...
    My question is related to deleting some unwanted words in a sentence like is,am,are,has,have,had,should,would and many more like these. Basically when user inputs a sentence in search...
Results 1 to 8 of 8