Skip to content

NTSEQ:- A IT Infrastructure and Cyber Security Blogs

Author:

How to sort ArrayList in Java

In this post, we are going to sort the ArrayList of String type by simply calling the Collections.sort(arraylist) method and The output

Continue reading

Java – Insertion Sort Algorithm

Insertion Sort Algorithm in Java import java.util.Arrays; class Main { public static void insertion_Sort(int[] ar) { for (int i =

Continue reading

Java program to convert decimal to hexadecimal

 Convert Decimal to hexadecimal Using toHexString() method import java.util.Scanner; class Main { public static void main(String args[]) { Scanner scanner

Continue reading

SQL query resulted in error: Exception of type ‘System.OutOfMemoryException’ was thrown

Problem:- Executing SQL Server query through Microsoft SQL Server Management Studio then it returns the following error: An error occurred

Continue reading

Python Program To Display Fibonacci Sequence Using Recursion

A Fibonacci series of numbers in which each number is the sum of the two preceding numbers. The simplest is

Continue reading

Add and Subtract Dates,Weeks, Months, Year From Date using DATEADD in SQL Server

There are several functions available in SQL Server to work with Date manipulation. We can use the DATEADD () function

Continue reading

System Databases OR System Objects Are Not Visible in SQL Server Management Studio

Problem:- System Databases OR System Objects Are Not Visible in SQL Server Management Studio. Reason:- System objects may be hidden.

Continue reading

sys.dm_os_wait_stats In SQL Server

sys.dm_os_wait_stats :- There are many Dynamic Management View (DMV) available in SQL Server but The key Dynamic Management View (DMV)

Continue reading

Java Program to Calculate Standard Deviation

In this program we are going to use an individual series using arrays to calculates the Standard Deviation.  Program to

Continue reading

SQL Server IIF Function

SQL Server IIF Function:- SQL IIF function is the new built-in Logical function introduced in SQL Server 2012 and it

Continue reading

Posts pagination

«Previous Posts 1 … 6 7 8 9 10 … 35 Next Posts»
  • C Programming
  • C++
  • Cyber Security
  • Interview FAQ
  • Java
  • Linux
  • MySQL
  • Netseq.com
  • Oracle
  • PHP
  • Python
  • SQL
  • SQL Server -DBA
  • Identity & Access Management for Controlled Access to Your Environment
  • Security Advisory – CCVE-2026-0257: Authentication Bypass in PAN-OSGlobalProtect
  • Active Directory Security: Strategies to Safeguard Your Organization
  • PowerShell scripts for Active Directory (AD)
  • Top 50 Essential Active Directory PowerShell Commands and Administrative Tools
WordPress Theme: Wellington by ThemeZee.