afjal.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…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…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…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…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…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.…afjal.softcare (29)in #java • 7 years agoHere some java related imageJava Icone Java developed company Question to yourself......... Thinking about your interesting question…afjal.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…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…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…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…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…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…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…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…afjal.softcare 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…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…