Search:

Type: Posts; User: kalaicse30@gmail.com

Search: Search took 0.08 seconds.

  1. Re: Question Regarding Android Emulator

    Hi,

    can you tell me why I am getting this error "[2013-12-05 11:06:26 - Emulator] Failed to create Context 0x3005 '". What is the use of Oracle's VirtualBox. How it will help to solve this...
  2. Question Regarding Android Emulator

    Hi,
    I am entirely new for Android Development and i am trying to do small task in Android(Registration Form).But i am getting Error like this.Please anyone help me to solve this prob....



    ...
  3. Replies
    2
    Views
    1,068

    Re: Types of MVC Framework?

    I did not get proper answer from on my research, that is why I posted in formun

    --- Update ---

    Is types are available are it is depending upon technology which is using like struts,spring...
  4. Replies
    2
    Views
    1,068

    Types of MVC Framework?

    Hi Friends,


    How many MVC types are there and what are the difference between them?

    I got this question from an interview..

    Kindly help me to clear my doubt....

    Regards,
  5. Replies
    8
    Views
    1,369

    Re: Whats wrong in my code?

    Tan q for all who all are response me,I got a perfect output..
  6. Replies
    8
    Views
    1,369

    Re: Whats wrong in my code?

    import java.util.*;

    public class Stringmaxrepeate {
    public static void main(String args[])
    {
    Scanner in=new Scanner(System.in);
    String[] s=new String[10];
    int count=1;
    Map...
  7. Replies
    8
    Views
    1,369

    Re: Whats wrong in my code?

    I got out put tanq.
  8. Replies
    8
    Views
    1,369

    Whats wrong in my code?

    Hi friends,

    I am trying to find the Count continuous repeated occurrence of string in string array.
    (eg)
    input: now now how cow how
    output: now---->2


    but i d't know what is wrong...
  9. Set the Screen Resolution in JSP

    Hi Friends,
    My Application UI is Developed by using JSP,Servelet.My Question is How to set the Screen Resolution in JSP. Which is comportable for all the System.



    Regards,
    Kalaiyarasi
  10. Re: Dought regarding Function Overloading

    Tan q for ur Replay. My question is I will create object for DerivedClass. BaseClass1 and Baseclass2 both are having same function name with same parameter list like Display().If I try to call...
  11. Dought regarding Function Overloading

    Hi Frnds,

    I know java does not support multiple inheritance because of diamond problem of multiple inheritance but my question is how it could be achieved in C++.Because C++ support multiple...
  12. Regarding Independent SIM Card

    Hi,
    My application support airtel service with airtel APN but i have to make my application should support all SIM Services(It should be Universal).Please anybody know the common APN for all SIM...
  13. Regarding Independent SIM Card

    Hi,
    My application support airtel service with airtel APN but i have to make my application should support all SIM Services.Please anybody know the common APN for all SIM Services.How i can make...
  14. Re: Dought regarding SCJP Certification

    Thank you
  15. Dought regarding SCJP Certification

    Hi Friends,

    I want to do SCJP Certification.Please anybody tell me What is the difference between SCJP 5 &6.Which is having more scope and How to apply for the Exam?

    Regards,
    Kalaiyarasi.D
  16. Replies
    6
    Views
    1,351

    Re: IMEI Number

    It is not a classpath problem,it is a part of task,with out including above code jar file is created successfully.If include above code it giving compilation error

    cannot find symbol
    [javac]...
  17. Replies
    6
    Views
    1,351

    Re: IMEI Number

    Hi,
    Here I am giving my sample code,

    import com.nxp.atop.baseband.Baseband;
    import com.nxp.telematics.otp.*;

    public class sms
    {
    Otp otp = OtpFactory.getOtp();
    System.out.println(" get...
  18. Replies
    6
    Views
    1,351

    IMEI Number

    Hi Friends,
    I'm developing device application in JAVA. I want to know how to get IMEI in java. Please help.
    Regards,
    Kalaiyarasi
  19. Refer me any java portals or books forJAVA preparation

    Hi Friends,

    I am having 1 year experience form java developing(Core java,Servelet and Jsp).Now i am planing to switch from my current company. But i don't know what are the things need to...
  20. Re: Problem in MYSQL data base Connectivity with servelet

    Hi,
    Im trying to pass array list from servlet to jsp page.but it always shows null values.i do not know whether it s problem from data base connectivity or passing array list.
  21. Problem in MYSQL data base Connectivity with servelet

    Hi
    I m trying to pass the arraylist from Servelet to JSP page Which data is get t from My SQL data base.Plz anyone help me whats wrong in my code part


    Login.java



    package com;
Results 1 to 21 of 22