Posts

Showing posts from June, 2019

Five predictions about ICC cricket world cup 2019

Image
Need I give fancy introductions magnifying the intensity and excitement ahead of a 50-over World Cup? A one-stop destination for boys to turn men, greats to turn legends and for little moments to turn into indelible tales. This is a place where men pinch themselves to see if they really are living the dream they had been seeing forever. Its one trophy connecting millions in a way very few can and no ballyhoo can truly describe its magnitude. Five-time champions  Australia  might not be the force they once were, the Windies’ presence might not be as unnerving as it once was, the labefaction of the Lankan Lions may have disheartened many, but every facet, good or bad, collides with optimism and adds to the ardor ahead of the tournament. The upcoming edition promises more sagas of glory, drama and trauma and the fans are already counting the calendar down. As unpredictable as these high-voltage tournaments are, its always fun to lay down some predictions by trusting our instincts.

How to create your local own server using java

Image
import java.io.* ; import java.net.ServerSocket ; import java.net.Socket ; import java.util.Scanner ; /** * Written by Martin Ombura Jr. < @martinomburajr> */ public class MyServer { public static void main ( String [] args ) { connectToServer(); } public static void connectToServer () { // Try connect to the server on an unused port eg 9991. A successful connection will return a socket try ( ServerSocket serverSocket = new ServerSocket ( 9991 )) { Socket connectionSocket = serverSocket . accept(); // Create Input&Outputstreams for the connection InputStream inputToServer = connectionSocket . getInputStream(); OutputStream outputFromServer = connectionSocket . getOutputStream(); Scanner scanner = new Scanner (inputToServer, " UTF-8 " ); PrintWriter serverPrintOut = new PrintWriter ( new OutputStreamWrite

Google begins rolling out June 2019 core update

Google has launched the June 2019 algorithm update, as it warned on Sunday. Programmer on June 6, 2019 at 7:38 pm MORE On Sunday, in a rare move, Google that it will be rolling out an algorithm update today. Google named it the June 2019 core update. That update is now rolling out according to an update from Google. Here’s Google’s update.  At 1:02pm ET, Google wrote “The June 2019 Core Update is now live and rolling out to our various data centers over the coming days. What now?  Check your web analytics and Search Console performance reports over the next week or so to see if your site was impacted at all from this algorithm update. If it was, there is little you can do to “fix” it as stated In short, Google recommends you make your site better. Hi Guys if you are a cricket lover then please make a visit on my site  Cricket Season  don't miss any update from cricket world

5 Disadvantages of Java You should know before you start your career as Java developer

1. Java is Slow Java is comparatively slower. I have been in the field for many years and the one problem of Java which always annoys a programmer is this drawback of the  Java programming language. 2. Java Takes More Memory Space This is one of the big problems in the Java language and developers of the language haven’t been able to overcome this problem. Java takes more memory space than the other native programming languages like C and C++. 3. Language Limited Latency Critical Tuning Java has limited options for latency critical tuning. If you have to spare every millisecond, java is not the best choice and instead use some other language in such a scenario. 4. Java’s Architecture Code is Inefficient Java’s ability for producing portable, architecturally code is desirable, the method used to create this code is inefficient. Once java code is compiled into byte code, an interpreter called a java virtual machine, specifically designed for a computer architecture, runs the prog

How to Study for Five Minutes Before a Test

Studying for a test can be pretty stressful. The best way to study is to give yourself plenty of time with the material, going over new information multiple times so that you really learn it. Most sources say not to wait until the last five minutes before a test to study, but if you have waited until the last five minutes, we have some ways you can use those five minutes to your advantage. You also can use these tips if you have done some studying already but just want to use the last five minutes for an extra review. 1 Take deep breaths. You only have five minutes left, but don’t focus on that or worry about how badly you might do on the test. Clear your mind and try to think only about the material you remember learning that you will be quizzed on 2 Write down your worries.  During a study of highly anxious ninth graders taking a biology final, it was found that the students who took a couple of minutes to write down what they were worried about with the test did bet