Login
Discover
Waves
Decks
Upgrade
Login
Signup
Topics
New
Trending
Hot
New
New
Trending
Hot
New
Controversial
Rising
Promoted
jvm
web345
Threespeak
Wednesday, March 13, 2024 6:54 PM
The Java programming language: its history, features, and impact in the world of programming
The Java programming language is one of the most popular and used languages in the world of software development. Java comes with a long and impressive history of success, and today it represents a mainstay
$ 0.000
1
louis.liu
jvm
Thursday, October 25, 2018 6:51 AM
2018 JVM 生态报告生态报告
2018 JVM 生态调查报告已于近日发布,该报告由 Snyk 和 The Java Magazine(Oracle 的双月刊)联合推出,旨在了解 JDK 的实现、工具、平台和应用方面的前景。 基于超过 10200 份用户问卷,报告生成了如下结果: 1、你主要使用哪个 Java 供应商的 JDK ? 70% 的用户使用 Oracle JDK ,21% 的使用 OpenJDK 。
$ 0.000
2
coolcamera
java
Tuesday, September 11, 2018 9:01 AM
JVM Architecture & Java Bytecode - Java Bytecode
If you like my video, please click the LIKE button, leave a COMMENT and RESTEEM :) If you wish, you can support me on Patreon: Thank you!!! ▶️ DTube ▶️ IPFS
$ 0.000
2
coolcamera
jvm
Tuesday, September 11, 2018 8:29 AM
JVM Architecture & Java Bytecode - JVM Architecture
Watch next class: If you like my video, please click the LIKE button, leave a COMMENT and RESTEEM :) If you wish, you can support me on Patreon: Thank you!!! ▶️ DTube ▶️ IPFS
$ 0.000
2
shawnnft
Music
Wednesday, July 30, 2025 7:11 PM
Promoted
Some Songs For End of July
I'm here for my three tune Tuesday. It's a bit late because I was busy. I found some new songs to share. As for a small real life update, I'm looking forward to playing at the new Tomaz pickleball court
$ 5.516
250
2
1
laxam
utopian-io
Wednesday, April 11, 2018 7:57 PM
Programming in Clojure. Part 1: Why clojure
What Will I Learn? In this part of the tutorial you will learn: Why and when Clojure can be a better tool for the task at hand, compared to other languages. How does Clojure differ from classical languages
$ 91.965
64
7
lineplus
jvm
Monday, April 2, 2018 4:28 PM
What is JVM in JAVA?
It is just my opinion, so don't you attack me. please! But if this posting has some incorrect informations, you comment about that Please!! What is JVM? Where is JVM? · JVM은 Application program(응용프로그램)과
$ 0.000
1
1
aro.steem
kotlin
Tuesday, March 13, 2018 1:33 PM
Kotlin Pickups
Formatting Strings? Refer to variables and expressions in string literals by putting $ in front of the variable name. Evaluate expressions using ${expression}. Docs: #31DaysOfKotlin
$ 0.000
1
aro.steem
kotlin
Monday, March 5, 2018 9:43 PM
KOTLIN - Ranges
$ 0.000
2
valerianis
Caturday
Friday, August 1, 2025 2:56 PM
Promoted
New Kitten in Our Family
We have recently found this small homeless kitten and brought him to our country house. We called him Marsik and he is around three weeks on these photos. Learning and growing quickly. Will see where it
$ 0.970
34
8
1
parsik
java
Sunday, February 18, 2018 8:44 PM
نکاتی دربارهی ماشین مجازی جاوا
یک فلسفهی مهم در ایجاد زبان برنامهنویسی جاوا این بوده است که «یک بار کد بنویسید، همه جا اجرا کنید». به عبارت دیگر، هدف سازندگان این زبان آن بوده است که برنامهای که مینویسید، در تمام سیستمها بهطور
$ 5.607
4
1
parsik
programming
Wednesday, February 7, 2018 9:56 AM
موتور جاوا اسکریپت ناسهورن
گرچه موتور جاوا اسکریپت راینو (Rhino) پیادهسازی خوبی از زبان جاوا اسکریپت را برای محیط ماشین مجازی جاوا فراهم کرده بود، ولی سرعت آن در مقایسه با موتورهایی جاوا اسکریپت دیگر، مانند وی۸، مطلوب نبود. در
$ 6.820
5
1
parsik
programming
Wednesday, February 7, 2018 6:20 AM
موتور جاوا اسکریپت راینو
راینو (Rhino) نخستین موتور جاوا اسکریپتی بود که برای ماشین مجازی جاوا (JVM) ایجاد شد. این نرمافزار توسط شرکت موزیلا ایجاد شد و در جاوای ۶ بهعنوان پیادهسازی پیشفرض رابط برنامهنویسی اسکریپتنویسی (Scripting
$ 6.761
5
parsik
programming
Wednesday, February 7, 2018 5:45 AM
استفاده از زبانهای دینامیک در ماشین مجازی جاوا
جاوا تنها یک زبان نیست، بلکه در نگاه موسّع یک پلتفرم برنامهنویسی است که میتوان با زبانهای دیگر نیز در محیط آن برنامهنویسی کرد. یکی از قابلیتهایی که از جاوای ۶ اضافه شده است، رابط برنامهنویسی
$ 6.858
4
3
tonyz
photography
Sunday, August 3, 2025 6:36 PM
Promoted
Bretagne.
Travelling in France We had a great swim at this place! Pictures by mobile phone.
$ 5.670
169
1
2
parkjp
kr
Wednesday, January 24, 2018 3:12 PM
[Java] JVM의 구조
1. JVM (Java Virtual Machine)이란? 자바 가상 머신(Java Virtual Machine, JVM)은 자바 바이트코드를 실행할 수 있는 주체이다. 일반적으로 인터프리터나 JIT 컴파일 방식으로 다른 컴퓨터 위에서 바이트코드를 실행할 수 있도록 구현되나 자바 프로세서처럼 하드웨어와 소프트웨어를 혼합해 구현하는 경우도 있다. (이론적으로는
$ 0.000
3
mirahu
utopian-io
Sunday, January 21, 2018 4:14 PM
Add WebAssembly runtime to the JVM
Proposal Run WebAssembly inside the the JVM. Development Implementation of JSR 223 for WebAssembly scripting. Implementation of execution runtime inside JVM Benefits Possibility to run WebAssembly on server
$ 0.060
5
2
1
egosum
scala
Wednesday, December 20, 2017 4:53 PM
Scala Tutorial (2)
We are going to start this tutorial by explaining the diferent ways in which we can name variables in Scala, by using the keyword var or val. var denotes that it is a variable, and as such, its value can
$ 0.000
0
2
egosum
scala
Monday, December 18, 2017 10:05 AM
Scala Tutorial (I)
Scala ( is a programming language that manages to unite both Functional Programming (FP) and Object-Oriented Programming (OOP). It mainly targets de Java Virtual Machine (JVM), but there is already an
$ 0.000
0
a07
Amazing Drinks
Saturday, August 2, 2025 2:17 PM
Promoted
Healthy and tasty Mango drink.
How are you all? I hope you are well. I am also well by the grace of Allah. Today I have come before you with another new post. Today my post is a recipe post. One of my favorite drinks. I have made it.
$ 6.773
259
4
2
phash
cryptocurrency
Sunday, November 5, 2017 7:35 PM
Semux - Java BlockChain Rewards keeps going!
Block 86400 was said to be the last block with rewards until final release! But the devs changed their mind - lot's of community members were angry not to actually earn something for supporting the project!
$ 0.000
9
phash
cryptocurrency
Sunday, November 5, 2017 12:56 PM
Semux - the new promising star
Semux is a new blockchain platform, currently in beta stadium. Contrary to Lisk, ARK, Waves, Stratis or Ethereum it is written in Java. FullStack! The goal of Semux is to deliver a veritable, secure and
$ 0.000
10
1
mjb6909
java
Wednesday, October 18, 2017 12:58 AM
java daemon - jvm install and daemon coding
java jdk down linux - getconf LONG_BIT => 64bit gunzip jdk-8u151-linux-x64.tar.gz tar -xvf jdk-8u151-linux-x64.tar mv jdk1.8.0_151 /usr/local/jdk1.8.0_151 cd /usr/local/ ln -s jdk1.8.0_151/ java vi
$ 0.000
4
ghasemkiani
programming
Wednesday, July 12, 2017 5:48 AM
A Java Virtual Machine Written in Pure JavaScript
JavaScript has come a long way. Due to the widespread use of the web platform, it has become arguably the most popular programming language today. Systems like emscripten have made it possible to compile
$ 0.643
5
1
Top communities
Create decentralized community