Search:

Type: Posts; User: Norm

Search: Search took 0.17 seconds.

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

    TrustManager[] trustAllCerts = new TrustManager[]
    That code defines an array named trustAllCerts of type TrustManager
    If you had properly formatted the code you would see.



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

    public java.security.cert.X509Certificate[] getAcceptedIssuers()
    That looks like a method definition.

    Your code would be more readable if you would Edit your post and wrap your code with
    <YOUR...
  3. Re: Is this a method call or variable declaration ???

    It defines an array.
Results 1 to 3 of 3