Burger King IPO Status: What happened to my allocation?
Have you recently ordered Burger King IPO? Burger King IPO Then you must be waiting for the allotment status, you can check the status in 2 ways. Lets see what are those? BSE Website - https://www.bseindia.com/investors/appli_check.aspxLink Intime India -...
SIP Calculator Android App
Simple Andorid app for calculating SIP based mutual funds to find the expected return amount. DownloadFrom Google PlaystoreDownload from trusted source (Google Play store only)Download Now Read more about SIP here - http://www.aryanz.co.in/stock/what-is-sip/...
What is SIP?
What is a SIP Calculator? A SIP (Systematic Investment Plan) calculator is a simple tool that allows individuals to get an idea of the returns on theirĀ mutual fundĀ investments made through SIP. SIP investments in mutual funds have become one of the most popular...
Java 8: Streams – Part 1
What is Streams? Stream is a new abstract layer introduced in Java 8, It represents a sequence of objects from a source, which supports aggregate operations. To understand better, lets take basic sql function distinct. SELECT DISTINCT(USER_TYPE_ FROM...
Java Programming: Why do we have main method ? can this method name be changed ?
I was wondering always, why it is always main method is the starting point for the Java program. Well When i was matured enough to read the Java Specification i learnt why and whether can it be changed ? Okay Lets See !! Why main method ? Main method is the starting...
String Java Program: Palindrome
Interview Questions Refer this for preparing yourself on how to write java program to check given string is a Palindrome or not. Palindrome public class PalindromeApp { public static void main(String[] args) { String input = "dad"; if...
