Search:

Type: Posts; User: parthicseraj

Search: Search took 0.10 seconds.

  1. Java interface

    class A //does not implement any interface
    {

    interface InterfaceI1=(InterfaceI1)getServletConfig().getServletContext().getAttribute("something");
    // It's an interface but class a does not...
  2. I have a doubt in java Interface , please help me?

    class A //does not implement any interface
    {

    interface InterfaceI1=(InterfaceI1)getServletConfig().getServletContext().getAttribute("something");
    // It's an interface but class a does not...
  3. can anyone give only the overview of how to convert Integer to roman numerals

    I don't need the code , I just want to try on my own pls help
  4. can anyone give a real time example for Runtime polymorphism

    can anybody help
  5. Replies
    2
    Views
    865

    java File handling

    Assume we have 2 files that are input.txt and output.txt Input.txt has Name||Age||email||contact No||Name1||age1||email1||contact No1||name2||Age2||email2||contact no2||etc...

    initially the...
  6. we have lots of strings eg String s1="I love India",s2="I love you" , I have to search these strings based on words.if I search for "I" String s1 and s2 be displayed.If if search for "India" only s1 be display

    can anybody help
  7. java program to convert integer to Roman numbers and vice versa

    can anybody help me
Results 1 to 7 of 7