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

YouTube Kanalımız

ÇOK YAKINDA SİZLERLE

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

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

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

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

222 Java

How is Auditing Different From Change Data Capture in SQL Server?

CDC was created to help ETL scenarios by providing support for incremental data load. It uses an asynchronous...

218 Ms Sql

What is a ROLLUP Clause in SQL Server ?

ROLLUP clause is used to do aggregate operation on multiple levels in a hierarchy. If we want to sum on different...

214 Ms Sql

What are Some Advantages of Using CTE in SQL Server ?

Using CTE improves the readability and enables easy maintenance of complex queries...

225 Ms Sql

What is CTE in SQL Server ?

CTE is the abbreviation for Common Table Expression. A CTE is an expression that can be thought of as a temporary...

215 Ms Sql

How Will You Handle InterruptedException in Java ?

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

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

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

201 Java

Why We Cannot Create a Generic Array in Java ?

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

222 Java

How Will You Implement ApplicationContext in Spring Framework ?

ApplicationContext in Spring can be implemented in one of the following three ways...

188 Java

What is the Main Benefit of IOC Principle in Java ?

Inversion of Control (IOC) principle is the base of Spring framework. It supports dependency injection in an application...

237 Java

What is the Purpose of Spring Configuration File ?

Spring application can be configured by an XML file. This file contains information of classes and how these classes...

195 Java

What are the Main Uses of Spring MVC Module ?

Spring-webmvc module is also known as Web-servlet module. It is based on Web Model View Controller pattern...

203 Java

How Can You Upload a Large File in JSP ?

To upload a file by JSP we can use <input type=”file”> in the Form data being passed from HTML...

211 Java

How Can Be Read Data From a Form in a JSP ?

There is a built-in request object in a JSP that provides methods to read Form data. Some of the methods are as follows...

190 Java

How Do You Debug Code in JSP ?

In simplest form we can write logger statements or System.out.println() statements to write messages to log files...

246 Java

What is Difference Between Include Directive and Include Action of JSP ?

Some of the main differences between include Directive and include Action are as follows...

208 Java

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

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