English
Türkçe
[email protected]
  • HOME PAGE
  • LESSON
  • QUESTION
  • DATA-BANK
  • BLOG
  • APPS

YouTube Kanalımız

ÇOK YAKINDA SİZLERLE

Java How To Find The Average Of 10 Numbers Using A While Loop

Here's a Java example of how to find the average of 10 randomly generated numbers using a while loop:

62 Java

What are the Java Collection Classes That Implement List Interface ?

Java classes that implement List interface are...

76 Java

What are the Similarities Between HashSet and HashMap in Java ?

As the name suggests, HashSet and HashMap are Hashing based collections. Similarities between HashSet and HashMap are...

93 Java

What is Hash Collision in Java ?

In a Hashing scenario, at times two different objects may have same HashCode but they may not be equal...

105 Java

What is the Difference Between Queue and Stack Data Structures in Java ?

Queue is a FIFO data structure. FIFO stands for First In First Out. It means the element added first will be removed first...

85 Java

What is the Difference Between Array and ArrayList in Java ?

The main differences between Array and ArrayList in Java are...

88 Java

What is the Purpose of Thread Groups in Java ?

In Java, every thread belongs to a group of threads...

68 Java

How Can We Prevent Busy Waiting in Java ?

There is a simple way to prevent busy-waiting in Java. We can just put the current thread to sleep for given amount of time...

128 Java

What are the Atomic Operations in Java ?

Java language provides some basic Atomic operations. These operations can be used to make sure that concurrent threads always see the same value...

81 Java

How Can We Prevent a Deadlock in Java ?

To prevent a Deadlock from occurring at least one requirement for a deadlock has to be removed...

82 Java

What is a Livelock in Java ?

Livelock is a scenario in which two or more block each other by responding to an action caused by another thread...

85 Java

What is Thread Starvation in Java ?

In a priority based scheduling, Threads with lower priority get lesser time for execution than higher priority threads...

93 Java

How Will You Handle InterruptedException in Java ?

In Java we can get InterruptedException from sleep() or join() methods. Throwing InterruptedException is way to...

77 Java

Can We Use Thread.sleep Method For Real-time Processing in Java ?

Java does not guarantee that Thread.sleep() will cause the thread to sleep for exactly N number of milliseconds...

73 Java

What are the Popular Implementations of Deque in Java ?

The two most popular implementation of Deque interface in Java are...

73 Java

How Will You Sort Objects by Natural Order in a Java List ?

We can use Collections.sort method to sort the elements of a List in natural order. To use this method, we have to make...

66 Java

Why We Cannot Create a Generic Array in Java ?

Java does not allow creation of array with generics as elements. ..

88 Java

Why ListIterator Has add Method But Iterator Does Not Have in Java ?

ListIterator can iterate in the both directions of a Collection. It maintains two pointer for previous and next element...

97 Java

What is a WeakHashMap in Java ?

WeakHashMap is a class similar to IdentityHashMap. Internally, it is represented by a Hashtable...

76 Java

What are the Different Types of Events Provided by Spring Framework ?

Spring framework provides following five events for Context...

66 Java

Total Result : 150
  • 1
  • 2
  • 3
  • 4
  • 5

DATA-BANK CATEGORY

  • .NET ( 40 )
  • C# ( 53 )
  • DevExpress ( 20 )
  • Flutter ( 1 )
  • Go ( 1 )
  • Hardware General ( 142 )
  • HTML ( 8 )
  • Internet General ( 40 )
  • Java ( 150 )
  • JavaScript ( 37 )
  • Kotlin ( 1 )
  • Ms Sql ( 127 )
  • Network General ( 7 )
  • Oracle ( 1 )
  • Python ( 1 )
  • Ruby ( 1 )
  • Security General ( 6 )
  • Software General ( 5 )
  • Swift ( 2 )
  • Technology ( 295 )
  • Unity ( 28 )
  • Visual Basic ( 17 )
  • Visual Studio ( 7 )
© 2012-2023 - All Rights Reserved. Yazilim Ders