top of page
Search
The Tech Platform
Jan 13, 2021
JDOM Example : Reading and Parsing XML with SAX parser in Java
XML parsing with JDOM parser JDOM is an open source library which allow XML parsing and reading in Java program. JDOM is designed by...
The Tech Platform
Jan 5, 2021
Building Persistable One-to-One Chat Application using Spring Boot and WebSockets
we will study a popular use case of WebSockets. We will be building a one-to-one messaging application, which allows users to send...
The Tech Platform
Dec 29, 2020
The 8 Major Players in Primary Storage Arrays, 2020
These providers have recently been named the market’s major players in primary storage arrays for 2020 by analyst house Gartner, Inc....
The Tech Platform
Dec 22, 2020
How to Convert java.util.Date to java.sql.Date - Example
java.util.Date and java.sql.Date are both Java classes that represent dates and times. However, there are some key differences between...
The Tech Platform
Dec 6, 2020
County Money in Greedy Algorithm
Given a value V, if we want to make a change for V Rs, and we have an infinite supply of each of the denominations in Indian currency,...
The Tech Platform
Nov 24, 2020
10 Examples of Array Data Structure in Java
Here are some of the important properties of the array in Java: Unlike C and C++ array is an object in Java. The length attribute of the...
The Tech Platform
Nov 10, 2020
Design Patterns
A design patterns are Solution to general problem occurred in software design and development. These solutions were obtained by trial...
The Tech Platform
Nov 10, 2020
Observer Design Pattern explained with Java
The Observer design pattern is a behavioral design pattern that allows one-to-many communication between objects. In this pattern, an...
The Tech Platform
Nov 10, 2020
Singleton Design Pattern with Java
Singleton Design Pattern is a creational design pattern that ensures that only one instance of a class exists throughout the entire...
The Tech Platform
Nov 10, 2020
Factory Design Pattern in Java
A Design Pattern provides a simple solution to common problems that are faced in day-to-day life by software developers. Three basic...
bottom of page