BlogHide Resteemsafjal.softcare (29)in best • 7 years agoThe Best Popularity programming language in 2017Writing computer programs is something tremendous and somewhat individual as every engineer picks devices that are most helpful for them. Be that as it may, certain dialects, stages and systems have…afjal.softcare (29)in history • 7 years agoAbout HackerRank HistoryIts a well known fact that Silicon Valley has a for all intents and purposes boundless interest for programming ability. It is additionally no mystery that the most essential tech organizations in…afjal.softcare (29)in james • 7 years agoHistory of Project Builder James GoslingJames Gosling James A. Gosling, a PC researcher, is mainstream for his eminent making of java dialect in 1994. He is called to the father of the Java programming dialect. Java was principally…afjal.softcare (29)in history • 7 years agoCharles Babbage History !!WHO WAS CHARLES BABBAGE? Presentation The figuring motors of English mathematician Charles Babbage (1791-1871) are among the most praised symbols in the ancient times of registering. Babbage's…afjal.softcare (29)in ascii • 7 years agoJava Program-10: Program to find ASCII code of a character.Solution : Output : ASCII value of P is: 80 ASCII value of P is: 80afjal.softcare (29)in leap • 7 years agoJava Program -09: Program to check whether the input year is leap or notProgram Solution: Here, we will using Scanner class to get the input from user and then we are using if-else statements to write the logic to check leap year. Output : Enter any Year:…afjal.softcare (29)in java • 7 years agoJava Program - 08: Positive or Negative number check by java program . Example with outputHere, Two java program show where first java program check whether the specified number is positive or negative. The second program takes the input number (entered by user) and checks whether it…afjal.softcare (29)in java • 7 years agoHere some java related imageJava Icone Java developed company Question to yourself......... Thinking about your interesting question solution Searching your solution Implement your logicafjal.softcare (29)in natural • 7 years agoJava program -07: To find Sum of Natural NumbersNatural Numbers program : The positive integers 1, 2, 3, 4 etc. are known as natural numbers. Here we will see three programs to calculate and display the sum of natural numbers. First…afjal.softcare (29)in jdbc • 7 years agoExplain JDBC and Hibernate in java.What is JDBC ? JDBC stands for Java Database Connectivity. It is a free open source application programming interface for Java that enables applications to access databases. It enables…afjal.softcare (29)in programming • 7 years agoLearn programming with fun: What is programming?Hello everybody hopefully, you are very good. Let me tell you something about programming ... how is it to hear the programming? What is programming? Why do you learn programming? Programming is a…afjal.softcare (29)in java • 7 years agoJava Program -6 : Reverse a String using Recursion in JavaWe will see two programs to reverse a string. First program reverses the given string using recursion and the second program reads the string entered by user and then reverses it. To understand…afjal.softcare (29)in java • 7 years agoFeatures History of java versionWhat are new java features in java version 7 or 8? These are pretty much frequently asked questions in java interviews. In this page, I listing down all JDK changes from JDK 1.x to Java SE 8…afjal.softcare (29)in java • 7 years agoYou want to know Java Fibonacci series then you can show this programIn Fibonacci series, next number is the sum of previous two numbers for example 0, 1, 1, 2, 3, 5, 8, 13, 21, 34, 55 etc. The first two numbers of Fibonacci series are 0 and 1. There are two ways to…afjal.softcare (29)in java • 7 years agoWhat are the best sources to practice which improve my java skills on problem solving?Like Java programming, problem solving is also a skill. There are a lot of resources out there that teaches you how to use Java to design your solution. The harder part of your question is learning…afjal.softcare (29)in java • 7 years agoJava program -5: Write a program which show the display of 15 prime number.package program; import java.util.Scanner; public class PrimeNumber{ public static void main(String [] args){afjal.softcare (29)in java • 7 years agoJava program -4: Write a java program which check Even or Odd number.Solution: import java.util.Scanner; public class Check{ public static void main ( String [] args) {afjal.softcare (29)in java • 7 years agoJava Problem -3 : How to calculate average ? Question with solution.Question: write methods that accepts two numbers and returns the average of the two numbers. Solutions : public class Ninetynine{ Ninetynine(){resteemedadsactly (80)in cooperation • 7 years agoADSactly on ADSACTLY - part #36 - Sharing Of IdeasADSactly on ADSACTLY - part #36 ADSactly on Sharing of Ideas Cooperation is an essential, important and crucial part of all human endeavours. Without it, nothing would ever see the light of…afjal.softcare (29)in javascript • 7 years agoJavaScript part-1: What is javaScript?JavaScript is the programming language of HTML and the Web. it is also powerful and popular language for programming on the web. JS is a prototype -based, multi-paradism , dynamic scripting…