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

YouTube Kanalımız

ÇOK YAKINDA SİZLERLE

What is the Lifecycle Stages of JSP ?

JSP has following lifecycle stages...

210 Java

What are the Advantages of Using JSP in Web Architecture ?

We get following advantages by using JSP in web architecture...

216 Java

How Can You Determine If Your Program Has a Deadlock in Java ?

If we suspect that our application is stuck due to a Deadlock, then we just take a thread dump by using the command specific...

197 Java

Why an Object Used as Key in HashMap Should Be Immutable in Java ?

The Key object should be immutable so that hashCode() method always return the same value for that object...

201 Java

How Will You Make an Object Immutable in Java ?

To make an object immutable follow these two rules. One, do not use any setter methods that can change the fields...

196 Java

Why Should You Define a Default Constructor in Java ?

In general, Java provides a default constructor with each class. But there are certain cases when we want to...

210 Java

Why Does Java Provide Default Constructor ?

In Java all the interaction takes place between Object instances. To create an Object instance, JVM needs...

193 Java

What is the Reason to Organize Classes and Interfaces in a Package in Java ?

As the name suggests, a package contains a collection of classes. It helps in setting the category of a file...

188 Java

Why Do You Use Upcasting or Downcasting in Java ?

When we want to cast a Sub class to Super class, we use Upcasting. It is also known as widening. Upcasting is always allowed in Java...

214 Java

What is the Difference Between a Class and an Object in Java ?

A Class is a template or a blue print of an Object to be created. An Object is an instance of a Class. A Class...

190 Java

Why String Class is Immutable or Final in Java ?

Since String objects are cached in a String pool, it makes sense to make the String immutable. The cached String...

195 Java

What is the Difference Between a Cookie and a Session Object in Java ?

Both Cookie and Session are used during communication between Client and Server. The Client can disable...

191 Java

When Do You Use Exception or Error in Java ?

Throwable class is the superclass of Exception and Error classes in Java...

188 Java

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...

183 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...

217 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...

216 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...

188 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...

215 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...

191 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...

196 Java

Total Result : 607
  • 7
  • 8
  • 9
  • 10
  • 11

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