About 10,600 results
Open links in new tab
  1. How can you initialize a 5*5 numpy array with only zeroes?

    Feb 10, 2021 · How can you initialize a 5*5 numpy array with only zeroes? 0 votes asked Feb 10, 2021 in Python by SakshiSharma

  2. Java8 Innards Interview Questions and Answers from Fresco Play

    May 25, 2022 · Java8 Innards Interview Questions and Answers from Fresco Play java 8 innards hackerrank solution java ... class java 8 innards fresco play mcq

  3. What are Java Collections Framework - Madanswer

    May 14, 2023 · The combination of the Java Collections Framework and Generics, Lambdas, and Stream API provides a powerful and flexible way to work with collections of data in Java. Here …

  4. Is JDK required on each machine to run a Java program in Java?

    May 31, 2020 · JDK is development Kit of Java and is required for development only and to run a Java program on a machine, JDK isn’t required. Only JRE is required.

  5. What is default size of ArrayList and HashMap in Java?

    Jan 27, 2020 · As of Java 7 now, default size of ArrayList is 10 and default capacity of HashMap is 16, it must be power of 2. Here is code snippet from ArrayList and HashMap class :

  6. Which interface helps to initialize the bean? - Madanswer

    Mar 21, 2022 · Which interface helps to initialize the bean? 0 votes asked Mar 21, 2022 in Spring Framework Database Integration by sharadyadav1986

  7. Use _________ for iteration over array and object. - Madanswer

    Feb 7, 2020 · Use _________ for iteration over array and object. iterate () objectIterate () arrayIterate () each ()

  8. How to convert String to char and vice versa? - Madanswer

    Mar 16, 2021 · We can use use charAt method to get the character at given index or we can use toCharArray () method to convert String to character array. Check this post for sample …

  9. Which is the command to initialize the plugins in terraform?

    Nov 18, 2021 · Which is the command to initialize the plugins in terraform? (1)terraform begin (2)terraform run (3)terraform start (4)terraform init

  10. Which of the following is the correct output for the following ...

    Mar 21, 2021 · Which of the following is the correct output for the following JavaScript code: functiondisplayArray (x) ... d) Prints 0 to the length of the array