Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
18 results tagged java  ✕
Kotlin vs Java https://www.kotlinvsjava.com/
Wed 18 Dec 2019 09:16:08 PM CET
QRCode

Nice collection of code snippets to compare Java and Kotlin.

comparison homepage java kotlin programming
Android’s commitment to Kotlin https://android-developers.googleblog.com/2019/12/androids-commitment-to-kotlin.html
Sat 07 Dec 2019 04:18:00 PM CET
QRCode

When we announced Kotlin as a supported language for Android, there was a tremendous amount of excitement among developers. Since then, there has been a steady increase in the number of developers using Kotlin. Today, we’re proud to say nearly 60% of the top 1,000 Android apps contain Kotlin code, with more and more Android developers introducing safer and more concise code using Kotlin.

android article java kotlin
Kotlin vs Java: Most Important Differences That You Must Know https://hackr.io/blog/kotlin-vs-java
Tue 07 May 2019 06:46:56 AM CEST
QRCode

Table of Contents

  • Kotlin vs Java
  • Checked Exceptions
  • Code Conciseness
    Coroutines
    Data Classes
    Extension Functions
    Higher-Order Functions and Lambdas
    Implicit Widening Conversions
    Inline Functions
    Native Support for Delegation
    Non-private Fields
    Null Safety
    Primitive Types
    Smart Casts
    Static Members
    Support for Constructors
    Ternary Operator
    Wildcard Types
    Kotlin vs Java: Head to Head
article comparison java kotlin
100+ Data Structure and Algorithm Interview Questions Answers for Programmers http://www.java67.com/2018/06/data-structure-and-algorithm-interview-questions-programmers.html?m=1
Wed 20 Feb 2019 09:23:22 PM CET
QRCode

Data structure and algorithms are core part of any Programming job interview. It doesn't matter whether you are a C++ developer, a Java developer or a Web developer working in JavaScript, Angular, React, or Query. As a computer science graduate, its expected from a programmer to have strong knowledge of both basic data structures e.g. array, linked list, binary tree, hash table, stack, queue and advanced data structures like the binary heap, trie, self-balanced tree, circular buffer etc. I have taken a lot of Java interviews for both junior and senior positions in the past, and I have been also involved in interviewing C++ developer. One difference which I have clearly noticed between a C++ and a Java developer is their understanding and command of Data structure and algorithms.

On average, a C or C++ developer showed a better understanding and application of data structure and their coding skill was also better than Java developers. This is not a coincidence though. As per my experience, there is a direct correlation between a programmer having a good command of the algorithm also happens to be a good developer and coder.

I firmly believe that interview teaches you a lot in very short time and that's why I am sharing some frequently asked Data structure and algorithm questions from various Java interviews.

If you are familiar with them than try to solve them by hand and if you do not then learn about them first, and then solve them. If you need to refresh your knowledge of data structure and algorithms then you can also take help from a good book our course like Data Structures and Algorithms: Deep Dive Using Java for quick reference.

algorithm data_structure java problems programming quiz
PMD - static code analyzer for java https://pmd.github.io/
Mon 27 Mar 2017 10:43:28 PM CEST
QRCode

PMD is a source code analyzer. It finds common programming flaws like unused variables, empty catch blocks, unnecessary object creation, and so forth. It supports Java, JavaScript, Salesforce.com Apex, PLSQL, Apache Velocity, XML, XSL.

Additionally it includes CPD, the copy-paste-detector. CPD finds duplicated code in Java, C, C++, C#, Groovy, PHP, Ruby, Fortran, JavaScript, PLSQL, Apache Velocity, Scala, Objective C, Matlab, Python, Go, Swift and Salesforce.com Apex.

development java tools
Mooshak - Mooshak 2.0 http://mooshak2.dcc.fc.up.pt/
Tue 28 Feb 2017 10:07:21 AM CET
QRCode

A system for managing programming contests on the Web. Written in Iava, source code available.

A nice feature is that it does not use a database for the backend, but organizes the information into files and directories in the filesystem.

java mooc opensource teaching tools web
Is Python inferior to Java for large-scale software? http://www.quora.com/Is-Python-inferior-to-Java-for-large-scale-software
Sun 13 Sep 2015 03:36:25 PM CEST
QRCode

Large-scale is a poorly defined term, but I'll take a stab at this still...

comparison java language programming python
OpenGrok http://opengrok.github.io/OpenGrok/
Tue 08 Sep 2015 11:14:48 PM CEST
QRCode

OpenGrok is a fast and usable source code search and cross reference engine. It helps you search, cross-reference and navigate your source tree. It can understand various program file formats and version control histories like Mercurial, Git, SCCS, RCS, CVS, Subversion, Teamware, ClearCase, Perforce, Monotone and Bazaar. In other words it lets you grok (profoundly understand) source code and is developed in the open, hence the name OpenGrok. It is written in Java.

java opensource programming software tools webservice
ANTLR http://www.antlr.org/
Mon 10 Aug 2015 10:41:04 PM CEST
QRCode

ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees.

java library parser software
WSO2 - lean . enterprise . middleware http://wso2.com/
Fri 01 May 2015 09:00:06 PM CEST
QRCode

Open source, SOA, Web services, Cloud computing, Java PaaS, middleware projects for developers / architects. With Apache Axi2, WSO2 Carbon, ESB, Stratos

iot java opensource osgi software webservice
How can I pad a String in Java? - Stack Overflow http://stackoverflow.com/questions/388461/how-can-i-pad-a-string-in-java
Fri 06 Dec 2013 08:48:01 AM CET
QRCode
docs java programming tutorial
Java Neural Networks http://www.jeffheaton.com/ai/
Mon 21 Aug 2006 01:54:42 PM CEST
QRCode
java
javax.swing.table Examples from The Java Developers Almanac 1.4 http://javaalmanac.com/egs/javax.swing.table/pkg.html
Tue 21 Feb 2006 05:40:15 PM CET
QRCode
java
http://java.sun.com/docs/books/tutorial/uiswing/components/table.html
Mon 20 Feb 2006 05:51:32 PM CET
QRCode
docs java
Creating a JFileChooser Dialog (Java Developers Almanac Example) http://javaalmanac.com/egs/javax.swing.filechooser/CreateDlg.html
Thu 16 Feb 2006 06:27:00 PM CET
QRCode
java
Creating a Type-Specific List [5.0] (Java Developers Almanac Example) http://javaalmanac.com/egs/java.util/coll_CreateList.html?l=new
Mon 30 Jan 2006 02:39:34 PM CET
QRCode

Code Examples from The Java Developers Almanac 1.4

java
Bruce Eckel's MindView, Inc. Exceptional Learning Experiences http://mindview.net/
Wed 25 Jan 2006 09:55:56 AM CET
QRCode

Java Training, Bruce Eckel computer
programming, C++ Training, Python Training, Seminars, Consulting, Training

java
A Java GUI Programmer's Primer Table of Contents http://www.scism.sbu.ac.uk/jfl/jibook/
Mon 23 Jan 2006 03:09:02 PM CET
QRCode
java
3672 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn