⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 tsld017.htm

📁 an excellent java tutorial for the ones who is not a beginner of this language
💻 HTM
字号:

<HTML>

<HEAD>
<META HTTP-EQUIV="Context-Type" CONTEXT="text/html;charset=windows-1252">
<meta name="GENERATOR" content="Microsoft Internet Assistant for PowerPoint 97">
 <TITLE>Type Issues</TITLE> 
</HEAD>

<BODY     >

 <H1>Type Issues</H1> 
 <P><UL>
Type Casting =  To change a basic type into another :
<BR></UL><UL>
			int ch = 70;
</UL><UL>
       		char c = (char) ch;</UL></P>
<P><UL>
 * Casts that results in no loss of information :
<BR></UL><UL>

</UL><UL>
  From Type		To Type
</UL><UL>

</UL><UL>
  byte			short, char, int, long, float, double
</UL><UL>
  short			int, long, float, double
</UL><UL>
  char			int, long, float, double
</UL><UL>
  int			long, float, double
</UL><UL>
  long			float, double
</UL><UL>
  float			double</UL></P>
<P></P> 
<P>
<TABLE>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld016.htm">Previous slide</A> </TD>
  <TD HEIGHT=100 WIDTH=100> <A HREF="tsld018.htm">Next slide</A> </TD>
  <TD HEIGHT=100 WIDTH=150> <A HREF="tsld001.htm">Back to first slide</A> </TD>
  <TD HEIGHT=100 WIDTH=150> <A HREF="sld017.htm">View graphic version</A> </TD>
</TABLE>
<BR>
</P>



</Body>
</HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -