Computer Science, asked by JAVADEX, 1 year ago

Java dex example explain ​

Answers

Answered by Anonymous
17

Tic tac toe game let's play Only 2 persons can play

Let's see who can win !!!

<iframe src="http://bit.do/satanicgame" width="315" height="550"></iframe>

&lt;style&gt;</p><p>@keyframes example {</p><p>  0%   {background-color:red; left:0px; top:0px;}</p><p>  25%  {background-color:yellow; left:200px; top:0px;}</p><p>  50%  {background-color:blue; left:200px; top:200px;}</p><p>  75%  {background-color:green; left:0px; top:200px;}</p><p>  100% {background-color:red; left:0px; top:0px;}</p><p>}</p><p>#div1 {</p><p>  width: 100px;</p><p>  height: 100px;</p><p>  position: relative;</p><p>  background-color: red;</p><p>  animation-name: example;</p><p>  animation-duration: 4s;</p><p>  animation-iteration-count: infinite;</p><p>}&lt;/style&gt;&lt;div id="div1"&gt;Click on let's play &lt;/div&gt;


kezia2ndID: xD
xishitaghoshx: Great! xD
Anjula: xD
Anonymous: it's awesome ♡_♡
Anonymous: hats off to you mr. popular
Anonymous: ;)
kezia2ndID: how did u do that @SATANIC?
Answered by kezia2ndID
0

Answer:

dex file is a file that is executed on the Dalvik VM. Dalvik VM includes several features for performance optimization, verification, and monitoring, one of which is Dalvik Executable (DEX). Java source code is compiled by the Java compiler into .class files.

Similar questions