Search:

Type: Posts; User: hoboy

Search: Search took 0.10 seconds.

  1. Re: Is this a method call or variable declaration ???

    Norm:
    Tks for your time
  2. Re: Is this a method call or variable declaration ???

    Norm: it is not my code I am trying to understand
    soap - KSOAP 2 Android with HTTPS - Stack Overflow
    when you click on the link you will see this
    private TrustManager[] trustAllCerts = new...
  3. Re: Is this a method call or variable declaration ???

    ups I mean this:
    private TrustManager[] trustAllCerts = new TrustManager[]{
    new X509TrustManager() {
    public java.security.cert.X509Certificate[] getAcceptedIssuers() {
    return null;
    }

    How this...
  4. Re: Is this a method call or variable declaration ???

    My confusion is this:
    private TrustManager[] trustAllCerts = new TrustManager[]{
    new X509TrustManager() {
    public java.security.cert.X509Certificate[] getAcceptedIssuers() {
    return null;
    }...
  5. Re: Is this a method call or variable declaration ???

    ups this is the brokken link

    soap - KSOAP 2 Android with HTTPS - Stack Overflow
  6. Is this a method call or variable declaration ???

    I am looking at some ksoap-2-android then I saw this
    http://stackoverflow.com/questions/3...oid-with-https

    Is this a method call or a variable declaration ?

    private TrustManager[]...
  7. Replies
    4
    Views
    1,970

    How can I become great java ?

    Please help me out here.
    What does it require to be a great programmer, that include java ?
    1. understanding oop ?
    2.program design ?
    3.problem solving ?
    4.practice ?
    5. reading programming...
Results 1 to 7 of 7