Skip to content
  • Twitter
  • Facebook
  • GitHub
  • WordPress.com
yoUVcode

…Knowledge shared = 2 x Knowledge

  • Home
  • Angular
    • Angular
    • AngularJS (Angular 1)
  • Java
    • JDK9 Features
    • Java Advance Concepts
  • UI UX Development
    • HTML
    • CSS
    • Javascript
  • JavaScript
    • Angular
      • Angular
      • AngularJS (Angular 1)
    • Vue JS / Nuxt JS
    • jQuery
    • GruntJS – Javascript task runner
    • ReactJS
  • Interview Questions
    • Angular Qs
    • Aptitude
    • Git : Version control
    • Java Qs
    • Javascript Qs
    • PHP Qs
    • UI/UX
  • Other(s)
    • Adobe Flex & Action script 3
    • Hibernate
    • IDE Tricks
    • MySQL
    • Oracle SQL/PL-SQL
    • PHP
    • Servers
  • Contact

Tag: interface

How to iterate HashMap in Java ?

October 21, 2017 youvcode

  public static void printMap(Map mp) { Iterator it = mp.entrySet().iterator(); while (it.hasNext()) { Map.Entry pair = (Map.Entry) it.next(); System.out.println(pair.getKey() + ” = ” +

Continue reading

Why List = new ArrayList() ? in Java

October 21, 2017 youvcode

The main reason you’d do this is to decouple your code from a specific implementation of the interface. When you write your code like this:

Continue reading

Generate Class, Interface and Enumerations using Angular CLI

August 23, 2017 youvcode

Run the below command to generate Class…

Continue reading

Top Posts Today

  • npm ERR! Error: SSL Error: SELF_SIGNED_CERT_IN_CHAIN while installing packages using npm in NodeJs command prompt
  • Minimum Deletion Cost to Avoid Repeating Letters
  • Free Currency Conversion API for web application
  • Anchoring using AngularJS - $anchorScroll and yOffset

Tags

Angular Angular 4 Angular Basics AngularCLI Angular Directive AngularJS AngularJS Framework angularJS Interview question array array_reverse() Associative Array class CSS Database dom Eclipse enum Error ES5 ES6 Git Hello World HTML HTML5 Installation interface InterviewQuestions Interview Questions Introduction Java Java collections Java Interview Question Java Programming Javascript javascript basics Javascript Interview Questions jQuery List Machine Learning mysql ng directive ngIf nodejs npm OOPs php PHP Interview Questions Programming Python Tutorial

Like us on facebook

Like us on facebook

Blog Stats

  • 40,013 hits

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 57 other subscribers

About yoUVcode

yoUVcode.com is a blog for Java and AngularJS developers.

All examples are simple, easy to understand and well tested before publishing.

Authors

yoUVcode.com is created, written and maintained by
Umang Parekh, Vinay Gulati & Saurabh Dwivedi.

 

Archives

Categories

  • Twitter
  • Facebook
  • GitHub
  • WordPress.com