Docker started off as a side project at dotCloud, a Platform-as-a-Service company often compared to Heroku. Some people think that Do...
Read more »
skip to main |
skip to sidebar
Wednesday, May 25, 2016
Wednesday, August 6, 2014
How to convert number to words in java
This question was asked from in an interview ( Java interview questions ). But, the mode of asking the question was different. The inte...
Read more »
Labels:
Java
Tuesday, August 5, 2014
Java Interview Questions and Answers Part 2
Here is my list of another Java interview questions, In my previous post( Tricky Java interview questions and Answers ), I shared some ...
Read more »
Labels:
Interview Questions,
Java
How to avoid NullPointerException in Java
In Java, a special null value can be assigned to an object’s reference and denotes that the object is currently pointing to unknown pie...
Read more »
Labels:
Java
Overriding equals() and hashCode() method in Java
marketing equals() and hashCode() methods in Java are two fundamental method declared in Object class. equals() method is u...
Read more »
Labels:
Java
Thursday, July 31, 2014
Abstract Class vs Interface in Java
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 »
Labels:
Java
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 »
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
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