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

YouTube Kanalımız

ÇOK YAKINDA SİZLERLE

How Can You Make an Object Eligible for Garbage Collection in Java ?

To make an Object eligible for Garbage collection, just make sure that it is unreachable to the program in which...

224 Java

Why Collection Interface Doesn’t Extend Cloneable and Serializable Interfaces in Java ?

Collection interface just specifies groups of objects known as elements. Each concrete implementation of a Collection...

262 Java

What is the Difference Between pass by reference and pass by value in Java ?

Whenever an object is passed by value, it means that a copy of the object is passed. Even if changes are...

253 Java

Enumeration and Iterator, Which One Has Better Performance in Java ?

Enumeration interface is a read-only interface. It has better performance than Iterator. It is almost twice as fast...

230 Java

What is the Difference Between DOM and SAX Parser in Java ?

In Java, Document Object Model (DOM) parser loads the whole XML into memory and creates a tree based...

257 Java

How Can We Print an Array in Java ?

We can print an array by using methods of Arrays class. We can either use Arrays.toString() method or we can...

235 Java

What is Volatile Keyword in Java ?

The volatile keyword guarantees global ordering on reads and writes to a variable. This implies that every thread...

243 Java

What is a Compile Time Constant in Java ?

A compile time constant is public static final variable. The public modifier is optional here. At compile time, they...

230 Java

How Can We Find the Memory Usage of JVM From Java Code ?

We can use memory management related methods provided in java.lang.Runtime class to get the free memory...

270 Java

How Stack and Heap Work in Java Multi-threading Environment ?

In Java, Stack and heap are memory areas available to an application. Every thread has its own stack. It is used...

273 Java

What are the Different States of a Thread in Java ?

Following are the different states of a Thread in Java..

219 Java

What are the Disadvantages of Multithreading in Java ?

There are certain downsides to Multithreading...

228 Java

What are the Advantages of Multithreading in Java ?

Main advantages of Multithreading are...

252 Java

How Multi-threading Works in Java ?

Java provides support for Multithreading. In a Multithreading environment, one process can execute multiple...

225 Java

What is the Difference Between wait and sleep Methods in Java ?

The main difference between wait() and sleep() is that wait is an Object level method, whereas sleep() is a static...

243 Java

What is Prototype in Javascript ?

All objects in Javascript have property called as prototype, the prototype is an object which has a constructor properties by default...

331 JavaScript

What is Event Capturing in Javascript ?

In the capturing phase, the browser checks to see if the element's outer-most ancestor (<html>) has an onclick...

315 JavaScript

What is Strict Mode in JavaScript ?

Strict mode prevents certain actions and throws more exceptions. The statement “use strict” orders browser...

315 JavaScript

Why Do We Use Static Initializers in Java ?

In Java, a static initializer can run code during the initial loading of a class and it guarantees that this code will...

236 Java

What are the Situations in Which You Choose HashSet or TreeSet in Java ?

HashSet is better than TressSet in almost every way. It gives O(1) for add(), remove() and contains() operations...

228 Java

Total Result : 153
  • 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