alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Java example source code file (objects.js.EXPECTED)

This example Java source code file (objects.js.EXPECTED) is included in the alvinalexander.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Learn more about this Java project at its project page.

Java - Java tags/keywords

sundararajan

The objects.js.EXPECTED Java example source code

sundar
Sundararajan
own properties of 'obj':
0 -> foo
1 -> bar
has own 'foo'? true
has own 'xyz'? false
'foo' enumerable? true
'bar' enumerable? true
foo is writable? true
foo is configurable? true
foo is enumerable? true
foo's value = 44
foo's get = undefined
foo's set = undefined
bar is writable? true
bar is configurable? true
bar is enumerable? true
bar's value = orcl
bar's get = undefined
bar's set = undefined
func is writable? true
func is configurable? true
func is enumerable? true
func's value = function() { print("myfunc"); }
func's get = undefined
func's set = undefined
abc is writable? undefined
abc is configurable? true
abc is enumerable? true
abc's value = undefined
abc's get = get abc() { return "abc"; }
abc's set = undefined
xyz is writable? undefined
xyz is configurable? true
xyz is enumerable? true
xyz's value = undefined
xyz's get = undefined
xyz's set = set xyz(val) { print(val); }
hey is writable? undefined
hey is configurable? true
hey is enumerable? true
hey's value = undefined
hey's get = get hey() { return "hey"; }
hey's set = set hey(val) { print(val); }
undefined

Other Java examples (source code examples)

Here is a short list of links related to this Java objects.js.EXPECTED source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.