Abstract Class and Interface are core part of Java. Whether to chose interface or abstract class is one of the design decision that eve...
Read more »
skip to main |
skip to sidebar
Thursday, July 31, 2014
Monday, July 28, 2014
Check if two Strings are Anagram in Java
This question was asked from me in a written test of a top IT MNC company. But, the way of asking the question was different. This ques...
Read more »
Labels:
Java
Sunday, July 27, 2014
Find longest Palindrome in a String in Java
This question is asked from me in an interview. To find out the largest palindrome in a string, first we need to identify the logic. ...
Read more »
Labels:
Java
Difference between Trigger and Stored Procedure
Both, stored procedure and trigger are important object of database. So, in this article, I'll explain the subtle differences betw...
Read more »
Labels:
Database
Friday, July 25, 2014
Singleton Design Pattern in Java
Singleton is a part of Gang of Four design pattern and it is categorized under creational design patterns. From the definition, it s...
Read more »
Labels:
Design Pattern,
Java
Thursday, July 24, 2014
Different ways to implement Threads in Java
Java is a multithreaded programming language. A multithreaded program contains two or more threads that can run concurrently and can ha...
Read more »
Wednesday, July 23, 2014
Why Quicksort is better than Mergesort
This question was asked me in one of the interview and this is one of the unique questions among all the questions asked from me in all...
Read more »
Labels:
Java
How to merge two arrays in a single sorted array
This is question is one of those java interview questions that an interviewer may ask. Most of the time, an interviewer asks this que...
Read more »
Labels:
Interview Questions,
Java
Tuesday, July 22, 2014
How HashMap works in Java
marketing This is one of the most common java interview questions. This question is generally asked like "How HashMap wo...
Read more »
Labels:
HashMap,
Java,
Java Collections
Find out the repeated or duplicate element in an array in Java
marketing An interviewer asked me this question in an interview. There could be many ways, you can check if your array contai...
Read more »
Labels:
Java
How to find loops or cycles in Linked List in Java
marketing In last few months, I have been gone through interviews in many IT MNC companies. I am sharing all questions to ev...
Read more »
Labels:
Java
Popular Posts
- How HashMap works in Java
- Why Quicksort is better than Mergesort
- Different ways to implement Threads in Java
- What is java.lang.ClassNotFoundException and how to resolve it?
- Tricky Java interview questions and Answers Part 1
- Check if two Strings are Anagram in Java
- How to find loops or cycles in Linked List in Java
- Find out the repeated or duplicate element in an array in Java
- Request Processing Lifecycle Phases in JSF
- Difference between String, StringBuffer and StringBuilder in Java
About Author
Labels
Blog Archive
-
▼
2014
(45)
-
▼
July
(41)
- Abstract Class vs Interface in Java
- Check if two Strings are Anagram in Java
- Find longest Palindrome in a String in Java
- Difference between Trigger and Stored Procedure
- Singleton Design Pattern in Java
- Different ways to implement Threads in Java
- Why Quicksort is better than Mergesort
- How to merge two arrays in a single sorted array
- How HashMap works in Java
- Find out the repeated or duplicate element in an a...
- How to find loops or cycles in Linked List in Java
- Find out missing number in an array in Java
- Difference between String, StringBuffer and String...
- Difference between HashMap and HashSet in Java
- Difference between HashMap and HashTable
- Difference between Synchronized (Legacy) Collectio...
- How to check if a thread holds lock on a particula...
- How to avoid deadlock in Java Threads
- Improve Java Application Performance
- How to find length of a single Linked List
- Difference between "==" operator and equals() method
- ORA-24816: Expanded non LONG bind data supplied af...
- What is the use of class “java.lang.Class", Class....
- What is Abstraction in Java
- Request Processing Lifecycle Phases in JSF
- Difference between Enumeration and Iterator
- Why String is immutable or final in Java?
- What is java.lang.ClassNotFoundException and how t...
- Difference between User Defined Funtion and Stored...
- org.hibernate.AnnotationException: No identifier s...
- Spring Inversion of Control(IOC) Overview
- Bootstrap Overview
- MySQL Overview
- Struts 2 vs Spring 3 MVC
- Difference between Struts 1 and Struts 2 framework
- Tricky Java interview questions and Answers Part 1
- Hibernate Overview
- How to set Class path for Java in Windows and Linux
- Create Custom Exception in Java
- Java Overview & its Features
- Java History & Reasons Behind its Creation
-
▼
July
(41)
Copyright© 2014 NewTechnoBuzz. Powered by Blogger.
Tutorials
-
Java/J2EE
-
Java Frameworks
-
ORM Frameworks
-
Database
-
JavaScript Frameworks
-
Web Designing
Favourite Links
About Us
NewTechnoBuzzz.blogspot.in is a weblog to various technologies. We publish articles and tutorials on various technologies. All tutorials are simple, easy to read as we are writing these tutorials for beginners. For experienced developers, we also publish articles to know in-depth knowledge of those technologies.
The example used in all tutorials are easily understandable and we try to explain maximum things in simpler ways. We are also doing study on technologies that we are not currently covering and will cover them soon as it'll take sometime for us to study about them.
Copyright© 2014 New Techno Buzzz