Login
Discover
Waves
Communities
Login
Signup
Afjal Hossain
@afjal.softcare
29
SWE
Followers
507
Following
169
Follow
Email digest
Resource Credits
Available
Used
Location
Dhaka
Website
https://www.softcareit.com/
Created
2018-01-06 16:38
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
afjal.softcare
best
8y
The Best Popularity programming language in 2017
Writing 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 asserted
$ 0.000
8
5
2
afjal.softcare
history
8y
About HackerRank History
Its 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 the
$ 0.000
2
afjal.softcare
james
8y
History of Project Builder James Gosling
James 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 intended
afjal.softcare
history
8y
Charles 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 Difference
afjal.softcare
ascii
8y
Java Program-10: Program to find ASCII code of a character.
Solution : Output : ASCII value of P is: 80 ASCII value of P is: 80
afjal.softcare
leap
8y
Java Program -09: Program to check whether the input year is leap or not
Program 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: 2001 2001 is not
afjal.softcare
java
8y
Java Program - 08: Positive or Negative number check by java program . Example with output
Here, 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 is positive
afjal.softcare
java
8y
Here some java related image
Java Icone Java developed company Question to yourself......... Thinking about your interesting question solution Searching your solution Implement your logic
afjal.softcare
natural
9y
Java program -07: To find Sum of Natural Numbers
Natural 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 Program calculates
afjal.softcare
jdbc
9y
Explain 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 developers to create
afjal.softcare
programming
9y
Learn 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 small
afjal.softcare
java
9y
Java Program -6 : Reverse a String using Recursion in Java
We 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 these programs
afjal.softcare
java
9y
Features History of java version
What 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, sequentially.
afjal.softcare
java
9y
You want to know Java Fibonacci series then you can show this program
In 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 write
afjal.softcare
java
9y
What 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 the
afjal.softcare
java
9y
Java 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){ int enterNumber ; int status = 1; int number = 3; Scanner input = new Scanner(System.in);
afjal.softcare
java
9y
Java 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) { int number ; Scanner input = new Scanner(System.in); System.out.print(" Enter e Integer Number :__);
afjal.softcare
java
9y
Java 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(){ hello("Afjal"); system.out.println(average(3,4));
adsactly
cooperation
9y
afjal.softcare reblogged
ADSactly on ADSACTLY - part #36 - Sharing Of Ideas
ADSactly 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 the day. No
afjal.softcare
javascript
9y
JavaScript 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 language. it
Older →