Launch your tech mastery with us—your coding journey starts now!
2020_05_2167870_21e8

Twitter Hashtag Sentiment Analysis

Twitter is what’s happening and what people are talking about right now. It is a global platform for public self-expression and conversation in real-time. It provides a network...

2020_05_2167870_21e8

Top 50 Java Programs for Coding Interviews

Here is a big list of Java programs for Job Interviews. As I said, it includes questions from problem-solving, linked list, array, string, matrix, bitwise operators, and other...

2020_05_2167870_21e8

Student Data Management project

Introduction To Project ØThe main purpose of the project is to manage the details of Profiles, Cources, Logins etc. ØStudent Management system can handel all details about a...

2020_05_2167870_21e8

Servlet Programs

1) Write a servlet to calculate sum of 1 to n. Accept n from html file. HTML: <!DOCTYPE html> <html> <head> <meta charset=”ISO-8859-1″> <title>Insert title here</title> </head> <body>...

2020_05_2167870_21e8

Quiz Game in Java

 Technology Used in This Project: JAVA SWING & JAVA AWT are the two toolkits for building interactive Graphical User Interfaces. (GUI) This game consists of 4 frames: START...

2020_05_2167870_21e8

Programs on Arrays

WAP to print Array elements in reverse order. WAP to copy elements of one array to another array. WAP to merge two arrays. WAP to search an element...

2020_05_2167870_21e8

Programs Based on if statement

Write a program to display a greet message according to percentage obtained by student. import java.util.Scanner; public class MessageWithGradeElseIfLadder { public static void main(String[] args) { Scanner sc...

2020_05_2167870_21e8

Pattern Programs(Characters)

Character Pattern Program in Java|Alphabet Pattern in Java https://youtu.be/ibtAw-LJPRM Star Pattern Program in Java-1|Pattern Program in Java https://youtu.be/4u4Y9qDKhEg Star Pattern Program in Java-2|Pattern Program in Java https://youtu.be/FAI4vhq6V9E Number...

2020_05_2167870_21e8

NLP Project Ideas

NLP stands for Natural Language Processing. It is a subfield of artificial intelligence (AI) and linguistics that focuses on the interaction between computers and human language. In other...

2020_05_2167870_21e8

MongoDB MCQs & Interview Questions

MongoDB Interview Questions 1) What is use of capped collection in MongoDB? 2) What are Primary and Secondary Replica sets? 3) What is splitting in mongodb? 4) What...