Search:

Type: Posts; User: gaurav0252; Keyword(s):

Search: Search took 0.00 seconds.

  1. Answers
    1
    Views
    2,719

    Using Collection

    Using Collection Please tell me the code for the following

    Hi
    I have some number of strings and I want to calculate number of times a particular String appears.
    eg.
    Suppose I have 10 Strings...
  2. Answers
    8
    Views
    9,707

    Re: Overload main method

    public class FirstExample{
    public static void main(String a[]){
    System.out.println("First");
    main(1);
    }
    public static void main(int i ){
    ...
  3. Re: write a program to reverse a string with/with out reverse() method?

    public static void main(String args[])throws IOException{
    for(int i=args.length-1;i>=0;i--){
    for(int j=args[i].length()-1;j>=0;j--){
    ...
  4. Re: Can a class in java be private, if yes what are implementations of it?

    No top level class in java can't be declared as private only public, abstract and final are permitted.
  5. Thread: hi

    by gaurav0252
    Answers
    2
    Views
    2,854

    Re: hi

    you can use ping command for that if the response will come then the ip address is correct else incorrect
  6. Answers
    3
    Views
    7,459

    Re: what is a type3 driver in java

    Net Protocol-Pure Java
    You can also create your own Type 3 Drivers
  7. Answers
    3
    Views
    2,997

    Re: serialization

    Serialization is the concept of saving the state of an Object.
    Suppose I have a singleton class
    public class MySingleton {
    private static final MySingleton INSTANCE =
    new...
Results 1 to 7 of 7
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact