SQL Reference JOIN, UNION, SET Operations. This article is all about those. Custom Names SELECT ct.ID, ct.Name, ord.Name, ord.Amount FROM customers AS ct, orders AS ord WHERE ct.ID=ord.Customer_ID ORDER BY ct.ID; Types of Join The …
Continue readingCategory: Java
How to solve, Classic error: Unable to update index for central|http://repo1.maven.org/maven2
How to solve, Classic error: Unable to update index for central|http://repo1.maven.org/maven2. Sometimes Eclipse failed to index the repository due to errors/configurations. In such scenarios, even if you try to search in the repositories, it will …
Continue reading
Core Spring Annotations – Stereotyping Annotations
Core Spring Annotations – Stereotyping Annotations. Stereotyping Annotations are used to stereotype classes. And these classes are annotated with one of the following annotations, that is registered automatically in the Context of Spring Application. Annotation …
Continue reading
Core Spring Annotations – Context Configuration Annotations
Core Spring Annotations – Context Configuration Annotations Annotation Use Description @Autowired Field, Constructor, Methods This annotation declares a constructor, method, field, or configuration method to be autowired by type. While using this annotation ,it do …
Continue reading
Why Spring uses Annotations ?
Why Spring uses annotations or prefer annotations over configurations of XML. In the primitive stages of Spring, most of the configurations were XML based. But, the problem is, as the project grows or the codes …
Continue reading
Features of Java – Starting Java
Features of Java – Starting Java. Java is unbeatable from it’s primitive stage. It’s cross platform support, gives an incredible grip on developers. So, in this blog post, i am going to explain about features …
Continue readingNetbeans Installation and Uninstallation in Linux
Netbeans Installation and Uninstallation in Linux has been easy if you have software center in your system.You can just type and search, then install Netbeasns easily. But, sometime the latest version of the Netbeans are …
Continue readingHow to Compare Strings in Java Correctly?
How to Compare Strings in Java Correctly?, I know many of you are using == to compares two strings in Java.Well, the == is correct.In ==, reference equality will be matched.Means that, it is checking …
Continue readingDownload and Install Whatsapp for Java Mobiles
Download and Install Whatsapp for Java Mobiles, still many people don’t know how to use it.Today, the most favorite app of smart phone lovers is Whatsapp. But, there are many users having Java phones and …
Continue reading